외부 개발, 내부 개발 분리

This commit is contained in:
2026-08-08 13:07:41 +00:00
parent 4cdf585bc2
commit 96fdbdf218
2 changed files with 36 additions and 1 deletions
+9 -1
View File
@@ -1,4 +1,5 @@
# Public endpoint. Caddy obtains TLS certificates for DOMAIN automatically.
# Public endpoint assigned to this stack. Caddy obtains TLS certificates for
# DOMAIN automatically when it terminates TLS itself.
DOMAIN=game.example.com
PUBLIC_SCHEME=https
ACME_EMAIL=admin@example.com
@@ -7,6 +8,13 @@ CADDY_SITE_ADDRESS=
HTTP_PORT=80
HTTPS_PORT=443
# Current local E2E ingress example (do not use dev-sam2026.hided.net here):
# DOMAIN=dev-sam-e2e.hided.net
# PUBLIC_SCHEME=https
# CADDY_SITE_ADDRESS=http://dev-sam-e2e.hided.net
# HTTP_PORT=14999
# HTTPS_PORT=15099
# Runtime hard limits. Keep swap equal to memory so the container cannot consume host swap.
RUNTIME_MEMORY_LIMIT=4g
RUNTIME_MEMORY_SWAP_LIMIT=4g