feature/file-import #2
@@ -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,8 +122,8 @@ services:
|
||||
|
||||
networks:
|
||||
frontend:
|
||||
external:
|
||||
name: proxy
|
||||
name: proxy
|
||||
external: true
|
||||
rh_net:
|
||||
|
||||
volumes:
|
||||
|
||||
Reference in New Issue
Block a user