Skip to content

Commit

Permalink
ci: fixing api url
Browse files Browse the repository at this point in the history
  • Loading branch information
aacevski committed Feb 2, 2025
1 parent e040fa4 commit d83e40d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ services:
frontend:
image: ghcr.io/kaneo-app/web:latest
environment:
KANEO_API_URL: "https://demo.kaneo.app"
KANEO_API_URL: "https://demo-api.kaneo.app"
labels:
- "traefik.enable=true"
- "traefik.http.routers.frontend.rule=Host(`demo.kaneo.app`)"
Expand Down

0 comments on commit d83e40d

Please sign in to comment.