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: services:
backup: backup:
image: postgres:17.7-alpine image: postgres:17.7-alpine
network_mode: host
environment: environment:
PGHOST: ${DB_HOST} PGHOST: ${DB_HOST}
PGPORT: ${DB_PORT} PGPORT: ${DB_PORT}