avoid unnecessary nested content
This commit is contained in:
11
reverse-proxy/configs/dynamic/portainer.yml
Normal file
11
reverse-proxy/configs/dynamic/portainer.yml
Normal file
@@ -0,0 +1,11 @@
|
||||
http:
|
||||
#TODO: Convert to inline configuration for portainer
|
||||
routers:
|
||||
portainer:
|
||||
rule: 'Host(`portainer.{{ env `NASCOMPOSE_DOMAIN` }}`)'
|
||||
service: portainer@file
|
||||
services:
|
||||
portainer:
|
||||
loadBalancer:
|
||||
servers:
|
||||
- url: https://{{ env `NASCOMPOSE_MACVLAN_PORTAINER_IP` }}:9443/
|
||||
Reference in New Issue
Block a user