Skip to content

Commit

Permalink
Update docker-compose-db.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
maxpower-01 committed Feb 23, 2025
1 parent 11bf262 commit 7b8269b
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions docker-compose-db.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,10 @@ services:
timeout: 5s
retries: 5
restart: unless-stopped
volumes:
- type: volume
source: postgres-data
target: /var/lib/postgresql/data

dragonfly:
image: docker.dragonflydb.io/dragonflydb/dragonfly
Expand All @@ -31,3 +35,6 @@ services:
timeout: 5s
retries: 5
restart: unless-stopped

volumes:
postgres-data:

0 comments on commit 7b8269b

Please sign in to comment.