Skip to content

Commit

Permalink
update traefik
Browse files Browse the repository at this point in the history
  • Loading branch information
guFalcon committed Dec 21, 2023
1 parent 350b9f2 commit d741da2
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions deploy/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,10 @@ services:
- "/app/deploy/homepage/nginx.conf:/etc/nginx/nginx.conf"
command: ["nginx", "-g", "daemon off;"]
labels:
- "traefik.enable=true"
- "traefik.homepage.port=80"
- "traefik.homepage.backend=homepage"
- "traefik.homepage.frontend.rule=Host:unterrainer.info"
- "traefik.homepage.frontend.entryPoints=http,https"
- traefik.enable=true
- traefik.http.routers.homepage.rule=Host(`unterrainer.info`)
- traefik.http.routers.homepage.middlewares=std-headers@file,https-redirect@file
- traefik.http.services.homepage.loadbalancer.server.port=80

networks:
default:
Expand Down

0 comments on commit d741da2

Please sign in to comment.