Skip to content

Commit

Permalink
tested if having two networks defined leads to periodic connection tr…
Browse files Browse the repository at this point in the history
…ouble
  • Loading branch information
CommanderStorm committed May 10, 2024
1 parent 08b79cd commit 73c7364
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ services:
- "traefik.http.services.navigatum-webclient.loadbalancer.server.port=3000"
networks:
- traefik_traefik
- navigatum
expose:
- "3000"
environment:
Expand Down Expand Up @@ -50,7 +49,6 @@ services:
- "traefik.http.services.navigatum-tileserver-srv.loadbalancer.server.port=80"
networks:
- traefik_traefik
- navigatum
expose:
- 80
volumes:
Expand Down Expand Up @@ -80,7 +78,6 @@ services:
- "traefik.http.services.navigatum-tileserver.loadbalancer.server.port=8080"
networks:
- traefik_traefik
- navigatum
expose:
- "8080"
command: /usr/src/app/docker-entrypoint.sh --public_url=https://nav.tum.de/maps/
Expand All @@ -106,7 +103,6 @@ services:
- "traefik.http.services.navigatum-data.loadbalancer.server.port=3002"
networks:
- traefik_traefik
- navigatum
expose:
- "3002"
# server
Expand All @@ -121,7 +117,6 @@ services:
- "traefik.http.services.navigatum-main-api.loadbalancer.server.port=3003"
networks:
- traefik_traefik
- navigatum
expose:
- "3003"
command: /bin/navigatum-main-api
Expand All @@ -146,7 +141,7 @@ services:
image: getmeili/meilisearch:v1.8.0
restart: unless-stopped
networks:
- navigatum
- traefik_traefik
expose:
- "7700"
healthcheck:
Expand All @@ -163,7 +158,7 @@ services:
POSTGRES_USER: ${POSTGRES_USER}
POSTGRES_DB: ${POSTGRES_DB}
networks:
- navigatum
- traefik_traefik
expose:
- "5432"
volumes:
Expand All @@ -181,6 +176,5 @@ volumes:
driver: local

networks:
navigatum:
traefik_traefik:
external: true

0 comments on commit 73c7364

Please sign in to comment.