test
All checks were successful
Portainer Stack Update / update_stack (push) Successful in 9s

This commit is contained in:
krisz 2025-04-21 21:32:35 +02:00
parent dd86e963a6
commit 2e4fdba638
2 changed files with 7 additions and 4 deletions

View File

@ -1,6 +1,5 @@
global
log /dev/log local0
log /dev/log local1 notice
log stdout format raw local0 debug
user root
group root
daemon
@ -20,13 +19,16 @@ listen database
frontend http
bind *:80
capture request header Host len 30
mode http
log-format "%ci:%cp [%t] %ft %b %s %Tq/%Ts/%Tr %Tc/%tt %ac/%fc/%bc/%sc/%rc %sq/%bq %hr %hu %H"
option httplog
acl is_portainer hdr_dom(host) -i portainer.szabolcsi.dev
use_backend portainer_backend if is_portainer
http-request deny
default_backend portainer_backend
backend portainer_backend
mode http
server portainer portainer_portainer:9000
server portainer portainer_portainer:9000 check

View File

@ -54,6 +54,7 @@ services:
<<: *api-deployment
labels:
<<: *traefik-labels
demo.label: "alma"
traefik.http.routers.gitea.rule: "Host(`gitea.szabolcsi.dev`)"
traefik.http.routers.gitea.entrypoints: "https"
traefik.http.routers.gitea.tls: "true"