mirror of
https://github.com/crabwise-ai/crabwalk.git
synced 2026-08-14 00:57:52 +00:00
9 lines
190 B
YAML
9 lines
190 B
YAML
services:
|
|
crabwalk:
|
|
image: ghcr.io/luccast/crabwalk:latest
|
|
ports:
|
|
- "3000:3000"
|
|
environment:
|
|
- CLAWDBOT_API_TOKEN=${CLAWDBOT_API_TOKEN}
|
|
restart: unless-stopped
|