mirror of
https://github.com/AutoMaker-Org/automaker.git
synced 2026-02-02 20:43:36 +00:00
Merge branch 'v0.11.0rc' into feature/opencode-docker-support
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user