mer. 19 août 2026 13:18:09 CEST

This commit is contained in:
EmilCh
2026-08-19 13:18:09 +02:00
commit 4825fdb38f
6 changed files with 84 additions and 0 deletions
+13
View File
@@ -0,0 +1,13 @@
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
```