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:
co-authored by
Claude Sonnet 4.6
parent
a10f43fe21
commit
a9d14e4bde
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user