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 0d03452 commit 0052015Copy full SHA for 0052015
docker-compose.yaml
@@ -73,12 +73,13 @@ services:
73
POSTGERS_PASSWORD: '${POSTGRES_PASSWORD}'
74
POSTGRES_USER: 'mapswipe_workers'
75
POSTGRES_DB: 'mapswipe'
76
+ PGDATA: '/var/lib/postgresql/mapswipe'
77
WALG_GS_PREFIX: '${WALG_GS_PREFIX}'
78
GOOGLE_APPLICATION_CREDENTIALS: '/serviceAccountKey.json'
79
# Set options for WAL-G (backup tool)
80
command: postgres -c archive_mode=on -c archive_timeout=60 -c archive_command="/archive_command.sh %p"
81
volumes:
- - ./postgres-data:/var/lib/postgresql/data
82
+ - ./postgres-data:/var/lib/postgresql/mapswipe
83
restart: unless-stopped
84
ports:
85
- "5432:5432"
0 commit comments