Merge branch 'dev' into prod

This commit is contained in:
2026-01-20 19:46:56 +01:00

View File

@@ -57,6 +57,7 @@ services:
- net.ipv4.conf.all.src_valid_mark=1 - net.ipv4.conf.all.src_valid_mark=1
networks: networks:
- ca-lose-internal - ca-lose-internal
- proxynet
restart: unless-stopped restart: unless-stopped
volumes: volumes:
@@ -69,3 +70,5 @@ networks:
ipam: ipam:
config: config:
- subnet: 172.25.0.0/24 - subnet: 172.25.0.0/24
proxynet:
external: true