Skip to content

Commit

Permalink
fix: add traefik's network for valhalla (#1623)
Browse files Browse the repository at this point in the history
fixed  valhalla not being in traefiks network and thus not able to route correctly
  • Loading branch information
CommanderStorm authored Oct 24, 2024
1 parent 1ce949e commit 48148e6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -233,6 +233,8 @@ services:
- "traefik.http.services.navigatum-valhalla.loadbalancer.server.port=8002"
environment:
TZ: Europe/Berlin
networks:
- traefik_traefik
expose:
- 8002
depends_on:
Expand Down

0 comments on commit 48148e6

Please sign in to comment.