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