Migration to newer dockge/compose stack

This commit is contained in:
Colin Hebert
2024-09-26 15:59:37 +02:00
parent 1d52e2ac75
commit dfe252e945
104 changed files with 752 additions and 666 deletions

View File

@@ -1,3 +1,5 @@
# yaml-language-server: $schema=https://json.schemastore.org/traefik-v2-file-provider.json
http:
middlewares:
authelia:

View File

@@ -1,3 +1,5 @@
# yaml-language-server: $schema=https://json.schemastore.org/traefik-v2-file-provider.json
http:
middlewares:
compress:

View File

@@ -1,3 +1,5 @@
# yaml-language-server: $schema=https://json.schemastore.org/traefik-v2-file-provider.json
http:
middlewares:
hsts:

View File

@@ -1,11 +0,0 @@
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/

View File

@@ -1,7 +1,9 @@
# yaml-language-server: $schema=https://json.schemastore.org/traefik-v2-file-provider.json
http:
routers:
synology:
rule: 'Host(`synology.{{ env `NASCOMPOSE_DOMAIN` }}`)'
rule: "Host(`synology.{{ env `NASCOMPOSE_DOMAIN` }}`)"
service: synology@file
services:
synology:

View File

@@ -1,3 +1,5 @@
# yaml-language-server: $schema=https://json.schemastore.org/traefik-v2.json
providers:
docker:
exposedByDefault: false
@@ -44,7 +46,7 @@ entryPoints:
to: websecure
scheme: https
permanent: true
websecure:
websecure:
address: :8443
asDefault: true
http:
@@ -59,6 +61,10 @@ entryPoints:
address: :8022
ssh-tarpit:
address: :8222
transport:
respondingTimeouts:
readTimeout: 0
idleTimeout: 0
metrics:
address: :9982
traefik: