Commit graph

2 commits

Author SHA1 Message Date
Frank Engel
83883e43eb quadlets: app alias=app, nginx proxy_pass auf app, sleep entfernt
- visitcounter-app.container: Network alias=app damit nginx den Upstream findet
- nginx-default.conf: proxy_pass http://app:8080 (gleich wie Compose)
- visitcounter-proxy.container: ExecStartPre sleep entfernt

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-05-21 11:43:15 +02:00
Frank Engel
9e3225db6e ex18: nginx-default.conf für Quadlets (systemd-visitcounter-app als Upstream)
Compose und Quadlets brauchen unterschiedliche nginx-Configs:
- Compose: proxy_pass http://app:8080
- Quadlets: proxy_pass http://systemd-visitcounter-app:8080

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-05-21 11:09:58 +02:00