Update Docker Compose and settings for PostgreSQL integration
All checks were successful
Build and push Docker image / build (push) Successful in 2m0s
All checks were successful
Build and push Docker image / build (push) Successful in 2m0s
This commit is contained in:
parent
fc1ec45ab4
commit
c41c50e673
4 changed files with 70 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue