constants: DOCKER_IPv6_SUBNET

This commit is contained in:
Girish Ramakrishnan
2025-04-28 18:20:04 +02:00
parent 475239bd02
commit d8a9ef8187
2 changed files with 4 additions and 1 deletions

View File

@@ -38,6 +38,9 @@ exports = module.exports = {
DOCKER_IPv4_GATEWAY: '172.18.0.1',
APPS_IPv4_START: '172.18.16.1', // after DOCKER_IPv4_RANGE
APPS_IPv4_END: '172.18.20.255',
DOCKER_IPv6_SUBNET: 'fd00:c107:d509::/64',
// these are hardcoded to allow connections from outside. this is not in "172.18.0.xx" since docker starts allocating from there
MYSQL_SERVICE_IPv4: '172.18.30.1',
POSTGRESQL_SERVICE_IPv4: '172.18.30.2',