From 5bb3f9c1f7319c741a072d98263c58677296b875 Mon Sep 17 00:00:00 2001 From: Mistral Vibe Date: Fri, 10 Apr 2026 12:09:13 +0200 Subject: [PATCH] up --- docker-compose.prod.yml | 16 +++++++--------- 1 file changed, 7 insertions(+), 9 deletions(-) diff --git a/docker-compose.prod.yml b/docker-compose.prod.yml index 82b90c4..2bc3fb7 100644 --- a/docker-compose.prod.yml +++ b/docker-compose.prod.yml @@ -1,5 +1,3 @@ -version: '3.8' - services: db: image: postgres:16-alpine @@ -40,7 +38,7 @@ services: memory: 256M api: - image: git.sschuhmann.de/sschuhmann/rehearsalhub/api:${TAG:-latest} + image: git.sschuhmann.de/sschuhmann/rehearsalhub/api:0.1.0 environment: DATABASE_URL: postgresql+asyncpg://${POSTGRES_USER:-rh_user}:${POSTGRES_PASSWORD:-default_secure_password}@db:5432/${POSTGRES_DB:-rehearsalhub} NEXTCLOUD_URL: ${NEXTCLOUD_URL:-https://cloud.example.com} @@ -70,7 +68,7 @@ services: memory: 512M audio-worker: - image: git.sschuhmann.de/sschuhmann/rehearsalhub/worker:${TAG:-latest} + image: git.sschuhmann.de/sschuhmann/rehearsalhub/worker:0.1.0 environment: DATABASE_URL: postgresql+asyncpg://${POSTGRES_USER:-rh_user}:${POSTGRES_PASSWORD:-default_secure_password}@db:5432/${POSTGRES_DB:-rehearsalhub} REDIS_URL: redis://redis:6379/0 @@ -92,7 +90,7 @@ services: restart: unless-stopped nc-watcher: - image: git.sschuhmann.de/sschuhmann/rehearsalhub/watcher:${TAG:-latest} + image: git.sschuhmann.de/sschuhmann/rehearsalhub/watcher:0.1.0 environment: NEXTCLOUD_URL: ${NEXTCLOUD_URL:-https://cloud.example.com} NEXTCLOUD_USER: ${NEXTCLOUD_USER:-rh_service} @@ -112,7 +110,7 @@ services: restart: unless-stopped web: - image: git.sschuhmann.de/sschuhmann/rehearsalhub/web:${TAG:-latest} + image: git.sschuhmann.de/sschuhmann/rehearsalhub/web:0.1.0 ports: - "8080:80" networks: @@ -124,11 +122,11 @@ services: networks: frontend: - external: - name: proxy + name: proxy + external: true rh_net: volumes: pg_data: redis_data: - audio_tmp: \ No newline at end of file + audio_tmp: