update workspace mount and port mapping

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
This commit is contained in:
2026-08-01 00:50:36 +02:00
co-authored by Copilot
parent da0b28ff4e
commit fb73d20a59
2 changed files with 2 additions and 3 deletions
+1 -1
View File
@@ -1 +1 @@
WORKSPACE_PATH=/home/zero/git/fuel-wiki/ WORKSPACE_PATH=/home/zero/git/agent-workspace/jail
+1 -2
View File
@@ -6,8 +6,7 @@ services:
working_dir: /workspace working_dir: /workspace
command: bash /app/startup.sh command: bash /app/startup.sh
ports: ports:
- "8000:8000" - "8001:8000"
- "3000:3000"
volumes: volumes:
- ./server:/app:ro - ./server:/app:ro
- ${WORKSPACE_PATH:-.}:/workspace - ${WORKSPACE_PATH:-.}:/workspace