Attach Dokploy compose service to proxy network
Some checks are pending
Build / build (push) Waiting to run

This commit is contained in:
Neeldhara Misra 2026-06-13 20:03:47 +02:00
parent 80c51bdfea
commit b3cd8a8914
2 changed files with 18 additions and 0 deletions

View file

@ -5,9 +5,15 @@ services:
restart: unless-stopped
expose:
- "80"
networks:
- dokploy-network
healthcheck:
test: ["CMD", "wget", "-q", "--spider", "http://127.0.0.1/nginx-health"]
interval: 30s
timeout: 3s
retries: 3
start_period: 10s
networks:
dokploy-network:
external: true