17
Example docker-compose.yml file
services:
backup:
image: registry.cheriches.eu/pgsql-backup:17-1787155592
restart: always
volumes:
- ./backup:/backup
environment:
PGSQL_USER: postgres
PGSQL_PASS: postgrespassword
PGSQL_HOST: postgresdb
Languages
Shell
90.7%
Dockerfile
9.3%