Skip to content

Commit

Permalink
chore(stack): update traefik stack
Browse files Browse the repository at this point in the history
  • Loading branch information
Satont committed Sep 12, 2023
1 parent 7c80c70 commit 95ab328
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion traefik/docker-compose.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
version: '3.3'

services:

traefik:
# Use the latest Traefik image
image: traefik:latest
Expand Down Expand Up @@ -30,7 +31,7 @@ services:
# - traefik.http.routers.traefik-public-https.tls.certresolver=le
- traefik.http.routers.traefik-public-http.middlewares=admin-auth
- traefik.http.services.traefik-public.loadbalancer.server.port=8080
- "traefik.http.middlewares.cloudflarewarp.plugin.cloudflarewarp.disableDefault=false"
- traefik.http.middlewares.cloudflarewarp.plugin.cloudflarewarp.disableDefault=false
volumes:
# Add Docker as a mounted volume, so that Traefik can read the labels of other services
- /var/run/docker.sock:/var/run/docker.sock:ro
Expand Down

0 comments on commit 95ab328

Please sign in to comment.