Build update

This commit is contained in:
Mistral Vibe
2026-04-10 12:23:27 +02:00
parent 5bb3f9c1f7
commit 4bab0a76f7
5 changed files with 12 additions and 26 deletions

View File

@@ -41,7 +41,7 @@ services:
build:
context: ./api
target: production
image: rehearsalhub/api:latest
image: rehearshalhub/api:latest
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}
@@ -74,7 +74,7 @@ services:
build:
context: ./worker
target: production
image: rehearsalhub/audio-worker:latest
image: rehearshalhub/audio-worker:latest
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
@@ -99,7 +99,7 @@ services:
build:
context: ./watcher
target: production
image: rehearsalhub/nc-watcher:latest
image: rehearshalhub/nc-watcher:latest
environment:
NEXTCLOUD_URL: ${NEXTCLOUD_URL:-https://cloud.example.com}
NEXTCLOUD_USER: ${NEXTCLOUD_USER:-rh_service}
@@ -122,7 +122,7 @@ services:
build:
context: ./web
target: production
image: rehearsalhub/web:latest
image: rehearshalhub/web:latest
ports:
- "8080:80"
networks: