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