Run app on host port 5000 behind reverse proxy
Deploy / deploy (push) Successful in 14s

Caddy still listens on :80 inside the container, but only port 5000 is
exposed to the host. Removes 443/HTTPS ports and Caddy cert volumes —
TLS is handled by the upstream reverse proxy.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
Malek Tellissi
2026-09-11 02:23:36 +02:00
co-authored by Claude Sonnet 4.6
parent a10f43fe21
commit a9d14e4bde
2 changed files with 2 additions and 11 deletions
-2
View File
@@ -19,8 +19,6 @@ jobs:
APP_KEY=${{ secrets.APP_KEY }}
APP_DEBUG=false
APP_URL=${{ vars.APP_URL }}
SERVER_NAME=${{ vars.APP_DOMAIN }}
CADDY_EMAIL=${{ vars.CADDY_EMAIL }}
DB_CONNECTION=mariadb
DB_HOST=db
DB_PORT=3306