feat(deploy): docker image, caddy, compose, e2e script
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01MMHQTtnQtQqL8muAXHr9kd
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
# HTTPS profile: automatic Let's Encrypt certificate for $DOMAIN.
|
||||
# Used by: docker compose -f docker-compose.yml -f docker-compose.tls.yml up -d
|
||||
# Requires DOMAIN (and ACME_EMAIL) set in .env, and the server's :80/:443
|
||||
# reachable from the internet for the ACME HTTP-01 challenge.
|
||||
{
|
||||
email {$ACME_EMAIL}
|
||||
}
|
||||
|
||||
{$DOMAIN} {
|
||||
reverse_proxy app:8080
|
||||
}
|
||||
Reference in New Issue
Block a user