feat: add Coolify network to Traefik for routing to Coolify containers

This commit is contained in:
2025-11-15 17:28:32 +01:00
parent f72c2ef2b5
commit 8d6791a246

View File

@@ -62,6 +62,7 @@ services:
networks: networks:
- compose_network - compose_network
- coolify
ports: ports:
- "${NET_PROXY_PORT_HTTP:-80}:80" - "${NET_PROXY_PORT_HTTP:-80}:80"
@@ -236,3 +237,6 @@ networks:
compose_network: compose_network:
name: ${NETWORK_NAME} name: ${NETWORK_NAME}
external: true external: true
coolify:
name: coolify
external: true