Fix container startup: plain HTTP behind reverse proxy
Deploy / deploy (push) Successful in 13s

- Caddyfile: disable auto_https and admin, listen on :80 only
- docker-compose: bind port only on 127.0.0.1 to avoid public exposure
- bootstrap/app.php: trust all proxies so Laravel generates correct URLs

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
Malek Tellissi
2026-09-11 02:29:22 +02:00
co-authored by Claude Sonnet 4.6
parent a9d14e4bde
commit f54b471848
3 changed files with 5 additions and 7 deletions
+3 -5
View File
@@ -1,18 +1,16 @@
{
frankenphp
# E-Mail für Let's Encrypt (TLS-Zertifikate)
email {$CADDY_EMAIL}
auto_https off
admin off
}
{$SERVER_NAME} {
:80 {
root * /app/public
encode zstd br gzip
# PHP-Requests an FrankenPHP übergeben
php_server
# Logs
log {
output stderr
level WARN