docker-compose-hb1-postgres.yaml aktualisiert

This commit is contained in:
X-tof 2026-02-14 22:43:39 +01:00
parent cffab3178c
commit f9df4dbbf5

View File

@ -20,6 +20,7 @@ services:
DB_POSTGRES_NAME: 'npm'
# Uncomment this if IPv6 is not enabled on your host
DISABLE_IPV6: 'true'
IP_RANGES_FETCH_ENABLED: 'false'
volumes:
- ./data:/data
- ./letsencrypt:/etc/letsencrypt
@ -28,6 +29,8 @@ services:
networks:
- npm-nw
- npm-internal
dns:
172.30.30.3
npm-db:
image: postgres:latest