fix: allow Docker API hostname in production

This commit is contained in:
Jesse_Chen
2026-07-17 12:25:26 +08:00
parent 862559cf71
commit ca427f17c5
4 changed files with 52 additions and 3 deletions
+1
View File
@@ -7,6 +7,7 @@ services:
env_file: ../.env.production
environment:
PORT: 5200
JYOTISH_ALLOWED_HOSTS: localhost,127.0.0.1,::1,api
expose:
- "5200"
healthcheck: