fix: allow Docker API hostname in production
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user