Merge branch 'v0.11.0rc' into feature/opencode-docker-support

This commit is contained in:
Web Dev Cody
2026-01-13 09:35:18 -05:00
committed by GitHub
42 changed files with 1464 additions and 1207 deletions

View File

@@ -28,6 +28,11 @@ services:
context: .
dockerfile: Dockerfile
target: server
args:
# Match container user to host user for mounted volume permissions
# Override with: UID=$(id -u) GID=$(id -g) docker-compose build
UID: ${UID:-1001}
GID: ${GID:-1001}
container_name: automaker-server
restart: unless-stopped
ports: