* ADD: initial commit
This commit is contained in:
@@ -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"
|
||||
Reference in New Issue
Block a user