Add restart policy for RabbitMQ and Postgres services in Docker Compose
Fix #11
This commit is contained in:
parent
951128147c
commit
c639307cfb
1 changed files with 2 additions and 0 deletions
|
@ -32,10 +32,12 @@ services:
|
|||
rabbitmq:
|
||||
image: rabbitmq
|
||||
container_name: musik_rabbitmq
|
||||
restart: unless-stopped
|
||||
|
||||
postgres:
|
||||
image: postgres:17
|
||||
container_name: musik_postgres
|
||||
restart: unless-stopped
|
||||
env_file: stack.env
|
||||
volumes:
|
||||
- /docker/musik/postgres:/var/lib/postgresql/data
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue