Statische IPs für alle Container im npm_bridge-Netz (.11–.14)
This commit is contained in:
parent
a4436d70c2
commit
6dd4d657be
2 changed files with 12 additions and 8 deletions
|
|
@ -16,8 +16,9 @@ services:
|
||||||
- BREVO_KEY=${BREVO_KEY}
|
- BREVO_KEY=${BREVO_KEY}
|
||||||
- BREVO_SENDER=${BREVO_SENDER:-noreply@vereins.haus}
|
- BREVO_SENDER=${BREVO_SENDER:-noreply@vereins.haus}
|
||||||
networks:
|
networks:
|
||||||
- default
|
default: {}
|
||||||
- npm_bridge
|
npm_bridge:
|
||||||
|
ipv4_address: 172.25.0.14
|
||||||
|
|
||||||
app-staging:
|
app-staging:
|
||||||
build:
|
build:
|
||||||
|
|
@ -37,8 +38,9 @@ services:
|
||||||
- VAPID_SUBJECT=${VAPID_SUBJECT:-mailto:info@vereins.haus}
|
- VAPID_SUBJECT=${VAPID_SUBJECT:-mailto:info@vereins.haus}
|
||||||
- PB_URL=http://pocketbase-staging:8090
|
- PB_URL=http://pocketbase-staging:8090
|
||||||
networks:
|
networks:
|
||||||
- default
|
default: {}
|
||||||
- npm_bridge
|
npm_bridge:
|
||||||
|
ipv4_address: 172.25.0.13
|
||||||
|
|
||||||
networks:
|
networks:
|
||||||
npm_bridge:
|
npm_bridge:
|
||||||
|
|
|
||||||
|
|
@ -16,8 +16,9 @@ services:
|
||||||
- BREVO_KEY=${BREVO_KEY}
|
- BREVO_KEY=${BREVO_KEY}
|
||||||
- BREVO_SENDER=${BREVO_SENDER:-noreply@vereins.haus}
|
- BREVO_SENDER=${BREVO_SENDER:-noreply@vereins.haus}
|
||||||
networks:
|
networks:
|
||||||
- default
|
default: {}
|
||||||
- npm_bridge
|
npm_bridge:
|
||||||
|
ipv4_address: 172.25.0.12
|
||||||
|
|
||||||
app:
|
app:
|
||||||
build:
|
build:
|
||||||
|
|
@ -37,8 +38,9 @@ services:
|
||||||
- VAPID_SUBJECT=${VAPID_SUBJECT:-mailto:info@vereins.haus}
|
- VAPID_SUBJECT=${VAPID_SUBJECT:-mailto:info@vereins.haus}
|
||||||
- PB_URL=http://pocketbase:8090
|
- PB_URL=http://pocketbase:8090
|
||||||
networks:
|
networks:
|
||||||
- default
|
default: {}
|
||||||
- npm_bridge
|
npm_bridge:
|
||||||
|
ipv4_address: 172.25.0.11
|
||||||
|
|
||||||
networks:
|
networks:
|
||||||
npm_bridge:
|
npm_bridge:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue