fix: add dokploy-network to kong for Traefik routing

This commit is contained in:
Elzo codeur
2026-06-11 23:56:40 +00:00
parent cb7c512c57
commit 537b0c4ee9

View File

@@ -73,6 +73,7 @@ services:
default: default:
aliases: aliases:
- api-gw - api-gw
dokploy-network: {}
healthcheck: healthcheck:
test: ["CMD", "kong", "health"] test: ["CMD", "kong", "health"]
interval: 5s interval: 5s
@@ -572,3 +573,8 @@ services:
volumes: volumes:
db-config: db-config:
deno-cache: deno-cache:
networks:
dokploy-network:
external: true