services: server: volumes: # Mount your workspace directory to /projects inside the container # Example: mount your local /workspace to /projects inside the container - /Users/webdevcody/Workspace/automaker-workspace:/projects:rw environment: # Set root directory for all projects and file operations # Users can only create/open projects within this directory - ALLOWED_ROOT_DIRECTORY=/projects # Optional: Set workspace directory for UI project discovery # Falls back to ALLOWED_ROOT_DIRECTORY if not set # - WORKSPACE_DIR=/projects