Add coolify network to traefik for Coolify container routing

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-02-15 23:03:17 +01:00
parent f21e0611b4
commit e7bad9cbcb

View File

@@ -42,7 +42,11 @@ services:
- "com.centurylinklabs.watchtower.enable=true"
networks:
- compose_network
- coolify_network
networks:
compose_network:
name: ${NETWORK_NAME}
external: true
coolify_network:
name: coolify
external: true