adds oauth2-proxy to sterling-pdf

This commit is contained in:
2025-07-03 11:32:19 +02:00
parent 6bcc8ebe4c
commit 48efff09b8
6 changed files with 43 additions and 10 deletions

View File

@@ -1,9 +1,9 @@
pdf.consider-it.de {
reverse_proxy 127.0.0.1:8080
reverse_proxy oauth2-proxy:4180
}
n8n.consider-funding.de {
reverse_proxy 127.0.0.1:5678 {
reverse_proxy n8n:5678 {
flush_interval -1
}
}

View File

@@ -5,8 +5,17 @@
services:
caddy:
image: caddy
container_name: caddy
restart: unless-stopped
network_mode: host
ports:
- "80:80"
- "443:443"
volumes:
- "./Caddyfile:/etc/caddy/Caddyfile:ro"
- "/ansible_docker_compose/project_data/reverse-proxy/caddy/data:/data"
networks:
- caddy_net
networks:
caddy_net:
name: caddy_net