fix(kanboard): change traefik router name from it-tools to kanboard

This commit is contained in:
Nicolas Meienberger 2023-04-20 20:56:06 +02:00
parent e47da9661b
commit 26ebe3f1f3
2 changed files with 19 additions and 18 deletions

View File

@ -11,6 +11,7 @@
"short_desc": "Open Source Kanban Board", "short_desc": "Open Source Kanban Board",
"author": "Frédéric Guillot", "author": "Frédéric Guillot",
"source": "https://github.com/kanboard/kanboard", "source": "https://github.com/kanboard/kanboard",
"website": "https://kanboard.org/",
"form_fields": [ "form_fields": [
{ {
"type": "text", "type": "text",

View File

@ -1,4 +1,4 @@
version: "3.9" version: '3.9'
services: services:
kanboard: kanboard:
@ -16,8 +16,8 @@ services:
- tipi_main_network - tipi_main_network
labels: labels:
traefik.enable: ${APP_EXPOSED} traefik.enable: ${APP_EXPOSED}
traefik.http.routers.it-tools.rule: Host(`${APP_DOMAIN}`) traefik.http.routers.kanboard.rule: Host(`${APP_DOMAIN}`)
traefik.http.routers.it-tools.entrypoints: websecure traefik.http.routers.kanboard.entrypoints: websecure
traefik.http.routers.it-tools.service: kanboard traefik.http.routers.kanboard.service: kanboard
traefik.http.routers.it-tools.tls.certresolver: myresolver traefik.http.routers.kanboard.tls.certresolver: myresolver
traefik.http.services.it-tools.loadbalancer.server.port: 80 traefik.http.services.kanboard.loadbalancer.server.port: 80