## Summary - remove MVP wording from repository docs and guidance - rename the system plan document and update references to it - align the default subscription plan code/name with product wording - document hard subscription expiry with no grace period ## Verification - docker build -f infra/docker/web.Dockerfile . - docker build -f infra/docker/migrate.Dockerfile . Co-authored-by: sirily <sirily@git.shararam.party> Reviewed-on: #15
9 lines
198 B
Caddyfile
9 lines
198 B
Caddyfile
# Placeholder reverse-proxy config for the Docker Compose deployment.
|
|
# Replace example.com and upstream targets during implementation.
|
|
|
|
example.com {
|
|
encode zstd gzip
|
|
|
|
reverse_proxy web:3000
|
|
}
|