mirror of
https://github.com/dograh-hq/dograh.git
synced 2026-07-16 11:31:04 +02:00
chore: bind devcontainer ports on all interfaces
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
parent
d84f0c1af8
commit
274dad10a9
1 changed files with 2 additions and 2 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue