better conf instructions
This commit is contained in:
@@ -1,3 +1,6 @@
|
|||||||
|
# TODO set volume directories
|
||||||
|
# TODO set timezone (TZ)
|
||||||
|
|
||||||
volumes:
|
volumes:
|
||||||
audiobooks:
|
audiobooks:
|
||||||
driver: local
|
driver: local
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
# todo change data path
|
# TODO set volume directories
|
||||||
# todo change user and group IDs
|
# TODO set user/group IDs
|
||||||
|
|
||||||
version: "3"
|
version: "3"
|
||||||
|
|
||||||
|
|||||||
@@ -1,5 +1,6 @@
|
|||||||
# WARNING: Environment file doesn't work.
|
# TODO set volume directories
|
||||||
# While not strictly necessary, you should change PASSWORD.
|
# TODO change ALL_CAPS environment variables in all locations
|
||||||
|
# note: environment files won't work here
|
||||||
|
|
||||||
volumes:
|
volumes:
|
||||||
UPLOAD_LOCATION:
|
UPLOAD_LOCATION:
|
||||||
@@ -37,11 +38,11 @@ services:
|
|||||||
environment:
|
environment:
|
||||||
TZ: America/Denver
|
TZ: America/Denver
|
||||||
IMMICH_VERSION: v2
|
IMMICH_VERSION: v2
|
||||||
DB_PASSWORD: PASSWORD
|
DB_PASSWORD: YOUR_PASSWORD
|
||||||
DB_USERNAME: postgres
|
DB_USERNAME: postgres
|
||||||
DB_DATABASE_NAME: immich
|
DB_DATABASE_NAME: immich
|
||||||
ports:
|
# ports:
|
||||||
- '2283:2283'
|
# - '2283:2283'
|
||||||
depends_on:
|
depends_on:
|
||||||
- redis
|
- redis
|
||||||
- database
|
- database
|
||||||
@@ -77,7 +78,7 @@ services:
|
|||||||
container_name: immich_postgres
|
container_name: immich_postgres
|
||||||
image: ghcr.io/immich-app/postgres:14-vectorchord0.4.3-pgvectors0.2.0@sha256:bcf63357191b76a916ae5eb93464d65c07511da41e3bf7a8416db519b40b1c23
|
image: ghcr.io/immich-app/postgres:14-vectorchord0.4.3-pgvectors0.2.0@sha256:bcf63357191b76a916ae5eb93464d65c07511da41e3bf7a8416db519b40b1c23
|
||||||
environment:
|
environment:
|
||||||
POSTGRES_PASSWORD: PASSWORD
|
POSTGRES_PASSWORD: YOUR_PASSWORD
|
||||||
POSTGRES_USER: postgres
|
POSTGRES_USER: postgres
|
||||||
POSTGRES_DB: immich
|
POSTGRES_DB: immich
|
||||||
POSTGRES_INITDB_ARGS: '--data-checksums'
|
POSTGRES_INITDB_ARGS: '--data-checksums'
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
# TODO change volumes to match local path(s)
|
# TODO set volume directories
|
||||||
# TODO change environment variables, make sure all instances match
|
# TODO change ALL_CAPS environment variables in all locations
|
||||||
# TODO To generate PeerTube secret, run: openssl rand -hex 32
|
# For PEERTUBE_SECRET, run : openssl rand -hex 32
|
||||||
|
|
||||||
volumes:
|
volumes:
|
||||||
config:
|
config:
|
||||||
@@ -64,9 +64,9 @@ services:
|
|||||||
PEERTUBE_SMTP_TLS: false
|
PEERTUBE_SMTP_TLS: false
|
||||||
PEERTUBE_SMTP_DISABLE_STARTTLS: false
|
PEERTUBE_SMTP_DISABLE_STARTTLS: false
|
||||||
PEERTUBE_ADMIN_EMAIL: EMAIL_ADDRESS
|
PEERTUBE_ADMIN_EMAIL: EMAIL_ADDRESS
|
||||||
ports:
|
# ports:
|
||||||
- "1935:1935" # Comment if you don't want to use the live feature
|
# - "1935:1935" # Comment if you don't want to use the live feature
|
||||||
- "9000:9000" # Uncomment if you use another webserver/proxy or test PeerTube in local, otherwise not suitable for production
|
# - "9000:9000" # Uncomment if you use another webserver/proxy or test PeerTube in local, otherwise not suitable for production
|
||||||
volumes:
|
volumes:
|
||||||
- data:/data
|
- data:/data
|
||||||
- config:/config
|
- config:/config
|
||||||
|
|||||||
@@ -29,8 +29,8 @@ services:
|
|||||||
VIKUNJA_REDIS_HOST: 'redis:6379'
|
VIKUNJA_REDIS_HOST: 'redis:6379'
|
||||||
VIKUNJA_CACHE_ENABLED: 1
|
VIKUNJA_CACHE_ENABLED: 1
|
||||||
VIKUNJA_CACHE_TYPE: redis
|
VIKUNJA_CACHE_TYPE: redis
|
||||||
ports:
|
# ports:
|
||||||
- 3456:3456
|
# - 3456:3456
|
||||||
volumes:
|
volumes:
|
||||||
- files:/app/vikunja/files
|
- files:/app/vikunja/files
|
||||||
depends_on:
|
depends_on:
|
||||||
|
|||||||
Reference in New Issue
Block a user