Skip to content

Commit 9f28ca0

Browse files
committed
fix: directory path for local db snapshots
1 parent c31ab8b commit 9f28ca0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docker-compose.staging.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ services:
3939
# Production uses an external Postgres service.
4040
volumes:
4141
- ami_local_postgres_data:/var/lib/postgresql/data
42-
- ./data/db/backups:/backups
42+
- ./data/db/snapshots:/backups
4343
env_file:
4444
- ./.envs/.local/.postgres
4545

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ volumes:
44
driver: local
55
driver_opts:
66
type: none
7-
device: ./data/db/backups
7+
device: ./data/db/snapshots
88
o: bind
99
minio_data:
1010
driver: local

0 commit comments

Comments
 (0)