Skip to content

Commit

Permalink
style: unnecessary quotes and remove unused volume
Browse files Browse the repository at this point in the history
  • Loading branch information
enisdenjo committed Nov 24, 2023
1 parent ca0b064 commit 3121032
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
4 changes: 1 addition & 3 deletions docker-compose.prod.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
volumes:
server-certs:
driver: 'local'
heltin-data:
driver: 'local'
driver: local

services:
database:
Expand Down
4 changes: 2 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
volumes:
database-data:
driver: 'local'
driver: local
pgbackrest-repo:
driver: 'local'
driver: local

networks:
local:
Expand Down

0 comments on commit 3121032

Please sign in to comment.