who_need_help/.env.edge.example
SimpleTest 87e6667e6a
Some checks are pending
Quality / full-local-gates (push) Waiting to run
Add isolated Caddy edge for production and staging
2026-07-21 03:34:37 +03:00

11 lines
374 B
Plaintext

# Copy to an ignored mode-0600 .env.edge on the public server.
COMPOSE_PROJECT_NAME=who_need_help_edge
PUBLIC_EDGE_NETWORK=who_need_help_public_edge
EDGE_BIND_ADDRESS=0.0.0.0
EDGE_HTTP_PORT=80
EDGE_HTTPS_PORT=443
PRIMARY_DOMAIN=whoneedhelp.com
PRIMARY_UPSTREAM=who-need-help-production:4000
STAGING_DOMAIN=staging.whoneedhelp.com
STAGING_UPSTREAM=who-need-help-staging:4000