Merge pull request 'updated ipv6 network subnet' (#6) from dev into main
Some checks are pending
Automatisch Backend Tests / test (push) Waiting to run
Automatisch CI / linter (push) Waiting to run
Automatisch CI / start-backend-server (push) Waiting to run
Automatisch CI / start-backend-worker (push) Waiting to run
Automatisch CI / build-web (push) Waiting to run
Automatisch UI Tests / test (push) Waiting to run

Reviewed-on: #6
This commit is contained in:
Linden Crandall 2025-02-07 19:30:15 +00:00
commit eacbf4bd14

View File

@ -7,7 +7,7 @@ networks:
enable_ipv6: ${ENABLE_IPV6}
ipam:
config:
- subnet: 2001:db8::/64
- subnet: ${IPV6_SUBNET}
services:
# for local https development using self-signed certs via openssl
# nginx: