From b4711953bc547044f703d1ed18e2d0837bfcc115 Mon Sep 17 00:00:00 2001 From: Rose Liverman Date: Sat, 24 Jan 2026 20:44:53 -0700 Subject: [PATCH] better conf instructions --- audiobookshelf/docker-compose.yml | 3 +++ gitea/docker-compose.yml | 4 ++-- immich/docker-compose.yml | 13 +++++++------ peertube/docker-compose.yml | 12 ++++++------ vikunja/docker-compose.yml | 4 ++-- 5 files changed, 20 insertions(+), 16 deletions(-) diff --git a/audiobookshelf/docker-compose.yml b/audiobookshelf/docker-compose.yml index 9373dcb..4d1edda 100644 --- a/audiobookshelf/docker-compose.yml +++ b/audiobookshelf/docker-compose.yml @@ -1,3 +1,6 @@ +# TODO set volume directories +# TODO set timezone (TZ) + volumes: audiobooks: driver: local diff --git a/gitea/docker-compose.yml b/gitea/docker-compose.yml index c998489..fcb2013 100644 --- a/gitea/docker-compose.yml +++ b/gitea/docker-compose.yml @@ -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" diff --git a/immich/docker-compose.yml b/immich/docker-compose.yml index 5432d41..584bded 100644 --- a/immich/docker-compose.yml +++ b/immich/docker-compose.yml @@ -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' diff --git a/peertube/docker-compose.yml b/peertube/docker-compose.yml index 3e9b473..905635d 100644 --- a/peertube/docker-compose.yml +++ b/peertube/docker-compose.yml @@ -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 diff --git a/vikunja/docker-compose.yml b/vikunja/docker-compose.yml index 61ce25b..6209309 100644 --- a/vikunja/docker-compose.yml +++ b/vikunja/docker-compose.yml @@ -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: