Statische IPs für alle Container im npm_bridge-Netz (.11–.14)

This commit is contained in:
rene 2026-05-21 08:49:01 +02:00
parent a4436d70c2
commit 6dd4d657be
2 changed files with 12 additions and 8 deletions

View file

@ -16,8 +16,9 @@ services:
- BREVO_KEY=${BREVO_KEY}
- BREVO_SENDER=${BREVO_SENDER:-noreply@vereins.haus}
networks:
- default
- npm_bridge
default: {}
npm_bridge:
ipv4_address: 172.25.0.14
app-staging:
build:
@ -37,8 +38,9 @@ services:
- VAPID_SUBJECT=${VAPID_SUBJECT:-mailto:info@vereins.haus}
- PB_URL=http://pocketbase-staging:8090
networks:
- default
- npm_bridge
default: {}
npm_bridge:
ipv4_address: 172.25.0.13
networks:
npm_bridge: