Build update
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user