mirror of
https://github.com/dograh-hq/dograh.git
synced 2026-06-22 08:38:13 +02:00
fix(devcontainer): expose UI/API ports for host access (#405)
* added 3000 & 8000 in docker compose for devcontainer * fix(devcontainer): bind app ports to localhost --------- Co-authored-by: faisal <faisal@afreespace.com> Co-authored-by: Abhishek Kumar <abhishek@a6k.me>
This commit is contained in:
parent
6e194f4b59
commit
7c31dd3eec
1 changed files with 3 additions and 1 deletions
|
|
@ -29,7 +29,9 @@ services:
|
|||
- dograh-venv:/workspaces/dograh/venv
|
||||
- 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"
|
||||
volumes:
|
||||
dograh-venv:
|
||||
dograh-ui-node_modules:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue