Skip to content

Commit

Permalink
ci: add load balancer
Browse files Browse the repository at this point in the history
  • Loading branch information
aacevski committed Feb 2, 2025
1 parent 9751d22 commit 6ce7ae5
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@ services:

backend:
image: ghcr.io/kaneo-app/api:latest
deploy:
mode: replicated
replicas: 3
labels:
- "traefik.enable=true"
- "traefik.http.routers.backend.rule=Host(`demo-api.kaneo.app`)"
Expand All @@ -31,6 +34,9 @@ services:
image: ghcr.io/kaneo-app/web:latest
environment:
KANEO_API_URL: "change_me"
deploy:
mode: replicated
replicas: 3
labels:
- "traefik.enable=true"
- "traefik.http.routers.frontend.rule=Host(`demo.kaneo.app`)"
Expand Down

0 comments on commit 6ce7ae5

Please sign in to comment.