Update Docker Compose and settings for PostgreSQL integration
All checks were successful
Build and push Docker image / build (push) Successful in 2m0s

This commit is contained in:
Edgar P. Burkhart 2025-06-14 17:41:48 +02:00
parent fc1ec45ab4
commit c41c50e673
Signed by: edpibu
GPG key ID: 9833D3C5A25BD227
4 changed files with 70 additions and 2 deletions

View file

@ -10,6 +10,7 @@ services:
- /data/srv/musik/static:/app/static
environment:
CELERY_BROKER_URL: amqp://rabbitmq:5672//
POSTGRES_HOST: postgres
env_file: stack.env
depends_on:
- rabbitmq
@ -28,3 +29,8 @@ services:
rabbitmq:
image: rabbitmq
container_name: musik_rabbitmq
postgres:
image: postgres:17
container_name: musik_postgres
env_file: stack.env