Move to self-serve domain
This commit is contained in:
@@ -2,7 +2,7 @@ http:
|
||||
#TODO: Convert to inline configuration for portainer
|
||||
routers:
|
||||
portainer:
|
||||
rule: '{{ $s := "portainer" }}{{ range $i, $d := splitList "," (env `NASCOMPOSE_TRAEFIK_DOMAINS`) }}{{ if $i }} || {{end}}Host(`{{ $s }}.{{ $d }}`){{ end }}'
|
||||
rule: 'portainer.{{ env `NASCOMPOSE_DOMAIN` }}'
|
||||
service: portainer@file
|
||||
services:
|
||||
portainer:
|
||||
|
||||
Reference in New Issue
Block a user