49ca0434f224ccf3944b2ff53192775b949fa3d4
Example docker-compose.yml file
services:
backup:
image: pgsql-backup:16-main
restart: always
volumes:
- ./backup:/backup
environment:
PGSQL_USER: postgres
PGSQL_PASS: postgrespassword
PGSQL_HOST: postgresdb
Languages
Shell
90.7%
Dockerfile
9.3%