Skip to content

Commit 529c134

Browse files
authored
Merge pull request #26 from OneWalkDev/dev
mount dump
2 parents 57b34f9 + c527992 commit 529c134

3 files changed

Lines changed: 5 additions & 0 deletions

File tree

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,3 +42,6 @@ Thumbs.db
4242

4343
# Docker
4444
*.pid
45+
46+
dump
47+
csv

docker-compose.prod.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ services:
1010
TZ: "Asia/Tokyo"
1111
volumes:
1212
- postgres_data:/var/lib/postgresql/data
13+
- ./dump:/dump
1314
networks:
1415
- musical_network
1516

docker-compose.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ services:
66
container_name: db
77
volumes:
88
- postgres_data:/var/lib/postgresql/data
9+
- ./dump:/dump
910
environment:
1011
- POSTGRES_DB=musical
1112
- POSTGRES_USER=postgres

0 commit comments

Comments
 (0)