Update service configuration in config.yml and simplify cloudflared command in docker-compose

This commit is contained in:
2026-04-26 17:01:20 +02:00
parent 15d9eba987
commit e6fd485049
2 changed files with 2 additions and 4 deletions
+1 -1
View File
@@ -8,6 +8,6 @@ ingress:
# Repo 2: Key-Service (Buchung)
- hostname: booking.maximiliangruendinger.de
service: http://key-service-app:8080
service: http://nginx:80
- service: http_status:404
+1 -3
View File
@@ -13,9 +13,7 @@ services:
image: cloudflare/cloudflared:latest
container_name: cloudflared
restart: unless-stopped
profiles:
- cloudflare
command: ["--config", "/etc/cloudflared/config.yml", "tunnel", "run"]
command: tunnel run homeserver # 'homeserver' must match your tunnel name
volumes:
- ./docker/cloudflared/config.yml:/etc/cloudflared/config.yml:ro
- /etc/cloudflared/credentials.json:/etc/cloudflared/credentials.json:ro