chore: update .gitignore and add docker-compose.override.yml.example

- Added docker-compose.override.yml to .gitignore to prevent it from being tracked.
- Introduced a new example configuration file for docker-compose.override.yml to guide users in setting up their local development environment.
This commit is contained in:
Test User
2025-12-20 15:05:55 -05:00
parent 5c01706806
commit e65c4aead2
2 changed files with 12 additions and 0 deletions

View File

@@ -0,0 +1,10 @@
services:
server:
volumes:
# Mount your workspace directory to /projects inside the container
- /Users/webdevcody/Workspace/automaker-workspace:/projects:rw
environment:
# Set workspace directory so the UI can discover projects
- WORKSPACE_DIR=/projects
# Ensure /projects is in allowed directories
- ALLOWED_PROJECT_DIRS=/projects