map backup dir

This commit is contained in:
gw3000 2023-07-30 13:32:51 +02:00
parent c0b0ce8874
commit 6525733970

View file

@ -31,6 +31,7 @@ services:
image: postgres:15-alpine image: postgres:15-alpine
volumes: volumes:
- ./postgres_data:/var/lib/postgresql/data/ - ./postgres_data:/var/lib/postgresql/data/
- ./postgres_backup:/backup
expose: expose:
- 5432 - 5432
environment: environment: