diff --git a/.wmdev.yaml b/.wmdev.yaml index 02f60e2a01..0707f107f6 100644 --- a/.wmdev.yaml +++ b/.wmdev.yaml @@ -4,29 +4,27 @@ services: - name: FE portEnv: FRONTEND_PORT -sandbox: - image: windmill-sandbox - envPassthrough: - - AWS_ACCESS_KEY_ID - - AWS_SECRET_ACCESS_KEY - - R2_ENDPOINT - - R2_BUCKET - - R2_PUBLIC_URL - extraMounts: - - hostPath: ~/.codex - guestPath: /root/.codex - writable: true - - hostPath: ~/windmill-ee-private - writable: true - - hostPath: ~/windmill-ee-private__worktrees - writable: true - profiles: default: name: default sandbox: name: sandbox + image: windmill-sandbox + envPassthrough: + - AWS_ACCESS_KEY_ID + - AWS_SECRET_ACCESS_KEY + - R2_ENDPOINT + - R2_BUCKET + - R2_PUBLIC_URL + extraMounts: + - hostPath: ~/.codex + guestPath: /root/.codex + writable: true + - hostPath: ~/windmill-ee-private + writable: true + - hostPath: ~/windmill-ee-private__worktrees + writable: true systemPrompt: > You are running inside a sandboxed container with full permissions. This worktree is configured with the following ports: @@ -75,9 +73,3 @@ profiles: 3) Upload to asciinema.org: XDG_DATA_HOME=/tmp/.local/share \ asciinema upload --server-url https://asciinema.org /tmp/demo.cast - envPassthrough: - - AWS_ACCESS_KEY_ID - - AWS_SECRET_ACCESS_KEY - - R2_ENDPOINT - - R2_BUCKET - - R2_PUBLIC_URL