Skip to content
Snippets Groups Projects
Commit cb9b1d14 authored by Quentin Duchemin's avatar Quentin Duchemin
Browse files

Merge branch 'traefik-v2' into 'master'

Migrate to Traefik v2

See merge request picasoft/projets/dockerfiles!53
parents 2c140ad2 4e7dcb75
No related branches found
No related tags found
No related merge requests found
......@@ -6,7 +6,7 @@ volumes:
lufi-files:
networks:
docker_default:
proxy:
external: true
lufi:
......@@ -22,11 +22,12 @@ services:
- lufi-files:/lufi/files
- ./lufi.conf:/lufi/lufi.conf
networks:
- docker_default
- proxy
- lufi
labels:
traefik.frontend.rule: Host:drop.picasoft.net
traefik.port: 8081
traefik.http.routers.lufi.entrypoints: websecure
traefik.http.routers.lufi.rule: Host(`drop.picasoft.net`)
traefik.http.services.lufi.loadbalancer.server.port: 8081
traefik.enable: true
env_file:
- ./secrets/lufi.secrets
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment