Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions traefik/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@ networks:
name: traefik
external: true

traefik_swarm:
external: true


services:

Expand All @@ -35,6 +38,7 @@ services:
- "/var/run/docker.sock:/var/run/docker.sock:ro"
networks:
- traefik
- traefik_swarm

forward_auth:
image: thomseddon/traefik-forward-auth:2.2
Expand All @@ -52,6 +56,7 @@ services:
networks:
- auth_internal
- traefik
- traefik_swarm
labels:
- traefik.enable=true
- traefik.http.routers.forward-auth.entrypoints=websecure
Expand Down
1 change: 1 addition & 0 deletions traefik/traefik.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ providers:
watch: true
exposedByDefault: false
endpoint: unix:///var/run/docker.sock
swarm: {}
file:
directory: /etc/traefik/dynamic

Expand Down