chore: bind devcontainer ports on all interfaces

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
Abhishek Kumar 2026-07-14 18:05:13 +05:30
parent d84f0c1af8
commit 274dad10a9

View file

@ -30,8 +30,8 @@ services:
- dograh-ui-node_modules:/workspaces/dograh/ui/node_modules
- dograh-ts-validator-node_modules:/workspaces/dograh/api/mcp_server/ts_validator/node_modules
ports:
- "127.0.0.1:3000:3000"
- "127.0.0.1:8000:8000"
- "0.0.0.0:3000:3000"
- "0.0.0.0:8000:8000"
volumes:
dograh-venv:
dograh-ui-node_modules: