frappe_docker/domba.env
Zaein Aji Trahutomo 66b2ad32c7 add domba env file
2026-04-09 13:22:13 +08:00

52 lines
No EOL
1.3 KiB
Bash
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# ===============================
# ERPNext Docker Environment File
# Target Domain: erpnext.domba.wirabumisoftware.com
# Reverse Proxy: External NGINX (your server)
# ===============================
# ERPNext / Frappe Version
ERPNEXT_VERSION=v16.13.0
# MariaDB root password (for internal MariaDB container only)
DB_PASSWORD=2b0d62dfd0d4453b9cb8003c38868e2a
# If using Docker secrets for DB password (you are NOT using it)
DB_PASSWORD_SECRETS_FILE=
# External Database config (unused)
DB_HOST=
DB_PORT=
# External Redis (unused)
REDIS_CACHE=
REDIS_QUEUE=
# You are using external NGINX, NOT Certbot inside Docker
LETSENCRYPT_EMAIL=
# Site name header override (default empty)
FRAPPE_SITE_NAME_HEADER=
# Default HTTP/HTTPS ports inside ERPNext Nginx container
HTTP_PUBLISH_PORT=12000
HTTPS_PUBLISH_PORT=
# Real IP configs (not required for external NGINX)
UPSTREAM_REAL_IP_ADDRESS=
UPSTREAM_REAL_IP_HEADER=
UPSTREAM_REAL_IP_RECURSIVE=
# Increase timeout/body size if needed (optional)
PROXY_READ_TIMEOUT=
CLIENT_MAX_BODY_SIZE=
# Traefik rule (unused because you're using external NGINX)
SITES_RULE=Host(`erpnext.domba.wirabumisoftware.com`)
# nginxproxy overrides — REQUIRED for routing
NGINX_PROXY_HOSTS=erpnext.domba.wirabumisoftware.com
# Optional tuning
PROXY_READ_TIMEOUT=120
CLIENT_MAX_BODY_SIZE=50m