26 lines
684 B
YAML
26 lines
684 B
YAML
name: clawdforge
|
|
|
|
services:
|
|
clawdforge:
|
|
build:
|
|
context: .
|
|
dockerfile: Dockerfile
|
|
image: clawdforge:local
|
|
container_name: clawdforge
|
|
restart: unless-stopped
|
|
env_file:
|
|
- /mnt/cache/appdata/secrets/clawdforge.env
|
|
volumes:
|
|
- /mnt/user/appdata/clawdforge/data:/data
|
|
- /mnt/user/appdata/clawdforge/claude-config:/root/.claude
|
|
- /mnt/user/appdata/clawdforge/claude-alt-config:/root/.config/claude
|
|
ports:
|
|
# LAN-only bind. 8800 picked to live near other forge-y services; bump if collides.
|
|
- "192.168.0.5:8800:8800"
|
|
- "127.0.0.1:8800:8800"
|
|
networks:
|
|
- sulkta
|
|
|
|
networks:
|
|
sulkta:
|
|
external: true
|