Skip to content

Commit

Permalink
Update docker-compose.yml
Browse files Browse the repository at this point in the history
asjust ordering
  • Loading branch information
l4rm4nd authored Nov 5, 2023
1 parent 4925ae6 commit df918ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 0_skeleton/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ services:
# - proxy
#labels:
# - traefik.enable=true
# - traefik.docker.network=proxy
# - traefik.http.routers.CHANGEME.rule=Host(`service.example.com`)
# - traefik.http.services.CHANGEME.loadbalancer.server.port=8080
# - traefik.http.services.CHANGEME.loadbalancer.server.scheme=https # optional, but sometines necessary when proxying to https services
Expand All @@ -34,7 +35,6 @@ services:
# - traefik.http.middlewares.limit.buffering.maxResponseBodyBytes=50000000 # optional, only necessary for file uploads; allow 50MB
# - traefik.http.middlewares.limit.buffering.memRequestBodyBytes=50000000 # optional, only necessary for file uploads; allow 50MB
# - traefik.http.middlewares.limit.buffering.memResponseBodyBytes=50000000 # optional, only necessary for file uploads; allow 50MB
# - traefik.docker.network=proxy
# # Part for optional traefik middlewares
# - traefik.http.routers.CHANGEME.middlewares=local-ipwhitelist@file,authelia@docker

Expand Down

0 comments on commit df918ac

Please sign in to comment.