Skip to content

Commit

Permalink
fix: remove traefik
Browse files Browse the repository at this point in the history
  • Loading branch information
Salvatore Laiso committed Dec 18, 2024
1 parent 0b6479e commit 9b9863c
Showing 1 changed file with 0 additions and 23 deletions.
23 changes: 0 additions & 23 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,31 +52,8 @@ services:
- io-fn
depends_on:
- functions-node-20
- traefik
- cosmosdb
- storage
labels:
- "traefik.enable=true"
- "traefik.http.routers.functions.rule=Host(`localhost`)"
- "traefik.http.routers.functions.entrypoints=web"
- "traefik.http.services.functions.loadbalancer.server.port=7071"


traefik:
image: traefik:v2.0
command: |-
--entrypoints.web.address=:80
--providers.docker=true
--providers.docker.network=io-fn
--log.level=ERROR
env_file:
- docker/.env.common
ports:
- ${API_GATEWAY_PORT}:80
networks:
- io-fn
volumes:
- /var/run/docker.sock:/var/run/docker.sock

cosmosdb:
image: cosmosdb
Expand Down

0 comments on commit 9b9863c

Please sign in to comment.