Created tunnel network to keep cf tunnel isolated from homelab network

This commit is contained in:
2025-12-12 10:01:26 -05:00
parent 8f925b29c3
commit 9a06c52f27
2 changed files with 10 additions and 0 deletions

View File

@@ -8,6 +8,7 @@ services:
# - '443:443'
networks:
- 'homelab'
- 'tunnel'
volumes:
- ./data:/data
- ./letsencrypt:/etc/letsencrypt
@@ -15,3 +16,5 @@ services:
networks:
homelab:
external: true
tunnel:
external: true