feat: add Coolify network to Traefik for routing to Coolify containers
This commit is contained in:
@@ -62,6 +62,7 @@ services:
|
||||
|
||||
networks:
|
||||
- compose_network
|
||||
- coolify
|
||||
|
||||
ports:
|
||||
- "${NET_PROXY_PORT_HTTP:-80}:80"
|
||||
@@ -236,3 +237,6 @@ networks:
|
||||
compose_network:
|
||||
name: ${NETWORK_NAME}
|
||||
external: true
|
||||
coolify:
|
||||
name: coolify
|
||||
external: true
|
||||
|
||||
Reference in New Issue
Block a user