clean up
This commit is contained in:
parent
52070343bf
commit
4f521b8ace
1 changed files with 6 additions and 3 deletions
|
|
@ -32,10 +32,13 @@ services:
|
|||
dockerfile: Dockerfile
|
||||
container_name: picoclaw-gateway
|
||||
restart: unless-stopped
|
||||
profiles: [gateway]
|
||||
profiles:
|
||||
- gateway
|
||||
volumes:
|
||||
- ./config/config.json:/home/picoclaw/.picoclaw/config.json:ro
|
||||
- picoclaw-workspace:/home/picoclaw/.picoclaw/workspace
|
||||
# Configuration file
|
||||
- ./config/config.json:/root/.picoclaw/config.json:ro
|
||||
# Persistent workspace (sessions, memory, logs)
|
||||
- picoclaw-workspace:/root/.picoclaw/workspace
|
||||
command: ["gateway"]
|
||||
ports:
|
||||
- "18790:18790"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue