Skip to content

Commit

Permalink
Remove unnecessary Traefik labels from docker-compose.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
etienne committed Feb 7, 2024
1 parent 1d39a4f commit 7ac1410
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,10 +58,6 @@ services:
- ORIGIN_URL=${ORIGIN_URL}
ports:
- 4000:4000
labels:
- "traefik.enable=true"
- "traefik.http.routers.backend.rule=PathPrefix(`/socket.io`)"
- "traefik.http.services.backend.loadbalancer.server.port=4000"

frontend:
container_name: frontend
Expand Down

0 comments on commit 7ac1410

Please sign in to comment.