* ADD: initial commit

This commit is contained in:
2024-01-20 11:52:52 +01:00
parent 95fc557025
commit 31054ebf7d
41 changed files with 1466 additions and 0 deletions
+13
View File
@@ -0,0 +1,13 @@
---
version: '3.7'
services:
postgres_backup:
restart: on-failure
image: uleenucks/postgres-backup
init: true
volumes:
- "/data/services/postgresql/data:/data"
- "/data/services/postgresql/backup.env:/.env"
- "/data/backups/postgresql/backups:/backups"
env_file:
- "/data/backups/postgresql/postgres.env"