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

[Traefik] Fix labels with single quote instead of backquotes

parent 88acde88
No related branches found
No related tags found
1 merge request!53Migrate to Traefik v2
......@@ -2,13 +2,13 @@ version: "3.7"
networks:
etherpad_main:
external: true
name: "etherpad_main"
etherpad_week:
external: true
name: "etherpad_week"
plume:
external: true
name: "plume"
wekan:
external: true
name: "wekan"
services:
db-backup:
......
......@@ -25,7 +25,7 @@ services:
- proxy
labels:
traefik.http.routers.murmur.entrypoints: websecure
traefik.http.routers.murmur.rule: Host(`voice.picasoft.net`) && Path('/metrics')
traefik.http.routers.murmur.rule: Host(`voice.picasoft.net`) && Path(`/metrics`)
traefik.http.services.murmur.loadbalancer.server.port: 8000
traefik.enable: true
tls-certs-monitor.enable: true
......
......@@ -30,7 +30,7 @@ services:
- website:/var/www/html
labels:
traefik.http.routers.website.entrypoints: websecure
traefik.http.routers.website.rule: Host(`www.picasoft.net`, 'picasoft.net')
traefik.http.routers.website.rule: Host(`www.picasoft.net`, `picasoft.net`)
traefik.http.services.website.loadbalancer.server.port: 80
traefik.enable: true
networks:
......
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