feat: add Coolify network to Traefik for routing to Coolify containers
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user