ff3af39973
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
11 lines
198 B
YAML
11 lines
198 B
YAML
services:
|
|
docker-manager:
|
|
build: .
|
|
ports:
|
|
- "3001:3000"
|
|
volumes:
|
|
- /var/run/docker.sock:/var/run/docker.sock
|
|
environment:
|
|
- PORT=3000
|
|
restart: unless-stopped
|