Files
pgsql-backup/README.md
T

264 B

Example docker-compose.yml file

services:
  backup:
    image: pgsql-backup:17-1787155339
    restart: always
    volumes:
      - ./backup:/backup
    environment:
      PGSQL_USER: postgres
      PGSQL_PASS: postgrespassword
      PGSQL_HOST: postgresdb