2026-08-19 13:18:09 +02:00
2026-08-19 13:21:25 +02:00
2026-08-19 13:21:25 +02:00
2026-08-19 13:18:09 +02:00
2026-08-19 13:21:25 +02:00

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
S
Description
No description provided
Readme
39 KiB
Languages
Shell 90.7%
Dockerfile 9.3%