summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIwanIDev <iwan@iwani.dev>2026-03-20 14:20:50 +0000
committerIwanIDev <iwan@iwani.dev>2026-03-20 14:20:50 +0000
commitc1013fc66f5d5ff94b821063670146f37e7475e1 (patch)
tree25b31eeedc74f8b8fc1a06b11fd99ea07e5c1a92
parent618a60dd11d2052e992ff487c2c979d127a3819f (diff)
Add Traefik swarm network configuration for Vite portfolio service
-rw-r--r--docker-stack.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/docker-stack.yml b/docker-stack.yml
index b747839..12c5b4e 100644
--- a/docker-stack.yml
+++ b/docker-stack.yml
@@ -20,6 +20,7 @@ services:
- "traefik.docker.network=${TRAEFIK_NETWORK:-traefik-public}"
- "traefik.http.routers.vite-portfolio.rule=Host(`${PORTFOLIO_HOST:-localhost}`)"
- "traefik.http.routers.vite-portfolio.entrypoints=${TRAEFIK_ENTRYPOINTS:-web}"
+ - "traefik.swarm.network=${TRAEFIK_NETWORK:-traefik-public}"
- "traefik.http.services.vite-portfolio.loadbalancer.server.port=80"
networks:
- portfolio-network