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