Skip to content

Commit

Permalink
correcting db volumtes
Browse files Browse the repository at this point in the history
  • Loading branch information
K20shores committed Aug 30, 2024
1 parent 219da81 commit 9623867
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions docker-compose-prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ services:
volumes:
- db-data:/music-box-interactive/interactive
- /etc/pki/:/certificates
- partmc-data:/music-box-interactive/interactive/partmc-volume
network_mode: "host"
restart: on-failure
logging:
Expand All @@ -30,6 +31,9 @@ services:
deploy:
mode: replicated
replicas: 6
volumes:
- partmc-data:/partmc/partmc-volume
- db-data:/music-box-interactive/interactive
network_mode: "host"
logging:
driver: "json-file"
Expand All @@ -38,3 +42,4 @@ services:
max-file: "5" # Maximum number of log files to retain
volumes:
db-data:
partmc-data:

0 comments on commit 9623867

Please sign in to comment.