Vermeide Docker-Netzwerk fuer Backup-Client

This commit is contained in:
2026-08-12 16:08:58 +02:00
parent 4bad445cc9
commit 652b3c9920
@@ -1,6 +1,7 @@
services:
backup:
image: postgres:17.7-alpine
network_mode: host
environment:
PGHOST: ${DB_HOST}
PGPORT: ${DB_PORT}