4825fdb38fb09e8e70275ec5b2d6e10672a5403f
Example docker-compose.yml file
services:
backup:
image: ghcr.io/emilch/postgresql-container-backup:main
restart: always
volumes:
- ./backup:/backup
environment:
PGSQL_USER: postgres
PGSQL_PASS: postgrespassword
PGSQL_HOST: postgresdb
Languages
Shell
90.7%
Dockerfile
9.3%