mirror of
https://github.com/arjunkomath/openclaw-railway-template.git
synced 2026-08-14 00:48:11 +00:00
13 lines
257 B
YAML
13 lines
257 B
YAML
services:
|
|
openclaw:
|
|
build: .
|
|
ports:
|
|
- "8080:8080"
|
|
environment:
|
|
- PORT=8080
|
|
- SETUP_PASSWORD=test
|
|
- OPENCLAW_STATE_DIR=/data/.openclaw
|
|
- OPENCLAW_WORKSPACE_DIR=/data/workspace
|
|
volumes:
|
|
- ./.tmpdata:/data
|