We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c31ab8b commit 9f28ca0Copy full SHA for 9f28ca0
docker-compose.staging.yml
@@ -39,7 +39,7 @@ services:
39
# Production uses an external Postgres service.
40
volumes:
41
- ami_local_postgres_data:/var/lib/postgresql/data
42
- - ./data/db/backups:/backups
+ - ./data/db/snapshots:/backups
43
env_file:
44
- ./.envs/.local/.postgres
45
docker-compose.yml
@@ -4,7 +4,7 @@ volumes:
4
driver: local
5
driver_opts:
6
type: none
7
- device: ./data/db/backups
+ device: ./data/db/snapshots
8
o: bind
9
minio_data:
10
0 commit comments