286 B
286 B
Example docker-compose.yml file
services:
backup:
image: registry.cheriches.eu/pgsql-backup:18-1787155527
restart: always
volumes:
- ./backup:/backup
environment:
PGSQL_USER: postgres
PGSQL_PASS: postgrespassword
PGSQL_HOST: postgresdb