CPN commit

This commit is contained in:
2025-11-28 16:37:15 +01:00
parent 3e830bc773
commit a149772899
8 changed files with 6 additions and 8 deletions
+4 -4
View File
@@ -14,9 +14,9 @@ services:
# Toggle for load balancer usage or separate IPs for each service
- USE_GENERIC_CACHE=true
# IPs for lancache monolithic instance; affects DNS resolution
- LANCACHE_IP=10.0.39.1
- LANCACHE_IP=192.168.178.99
# Host IP for the DNS server binding
- DNS_BIND_IP=10.0.39.1
- DNS_BIND_IP=192.168.178.99
# Upstream DNS for forwarded lookups
- UPSTREAM_DNS=8.8.8.8
# Local storage path for cache data
@@ -41,9 +41,9 @@ services:
# Toggle for load balancer usage or separate IPs for each service
- USE_GENERIC_CACHE=true
# IPs for lancache monolithic instance; affects DNS resolution
- LANCACHE_IP=10.0.39.1
- LANCACHE_IP=192.168.178.99
# Host IP for the DNS server binding
- DNS_BIND_IP=10.0.39.1
- DNS_BIND_IP=192.168.178.99
# Upstream DNS for forwarded lookups
- UPSTREAM_DNS=8.8.8.8
# Local storage path for cache data