Skip to content

Commit

Permalink
traefik prod 1 update to v3
Browse files Browse the repository at this point in the history
  • Loading branch information
ChristianLempa committed May 13, 2024
1 parent 71b9801 commit 81671c2
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 2 deletions.
File renamed without changes.
4 changes: 3 additions & 1 deletion traefik/traefik-prod-1/config/traefik.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ global:
log:
level: ERROR

accesslog:
addInternals: true

api:
dashboard: true
insecure: true
Expand Down Expand Up @@ -42,7 +45,6 @@ providers:
exposedByDefault: false
endpoint: 'unix:///var/run/docker.sock'
watch: true
swarmMode: false
file:
directory: /etc/traefik/conf/
watch: true
2 changes: 1 addition & 1 deletion traefik/traefik-prod-1/docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ networks:
services:
traefik:
container_name: traefik-prod-1
image: traefik:2.10.4
image: traefik:3.0
ports:
- 80:80
- 443:443
Expand Down

0 comments on commit 81671c2

Please sign in to comment.