Skip to content
Snippets Groups Projects
Commit e3a161a6 authored by 3d's avatar 3d
Browse files

update traefik config for omada

parent d709bafd
No related branches found
No related tags found
No related merge requests found
......@@ -23,8 +23,8 @@ services:
TZ: Europe/Berlin
PUID: 508
PGID: 508
MANAGE_HTTP_PORT: 80
MANAGE_HTTPS_PORT: 443
MANAGE_HTTP_PORT: 8088
MANAGE_HTTPS_PORT: 8043
PORTAL_HTTP_PORT: 8088
PORTAL_HTTPS_PORT: 8843
PORT_ADOPT_V1: 29812
......@@ -42,7 +42,7 @@ services:
- traefik.http.routers.{{ servicename }}.rule=Host(`{{ domain }}`)
- traefik.http.routers.{{ servicename }}.entrypoints=websecure
- traefik.http.services.{{ servicename }}.loadbalancer.serversTransport={{ servicename }}
- traefik.http.services.{{ servicename }}.loadbalancer.server.port=443
- traefik.http.services.{{ servicename }}.loadbalancer.server.port=8043
- traefik.http.services.{{ servicename }}.loadbalancer.server.scheme=https
- traefik.http.serversTransports.{{ servicename }}.insecureSkipVerify=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