mirror of
https://github.com/YspCoder/clawgo.git
synced 2026-04-12 06:17:31 +08:00
15 lines
312 B
YAML
15 lines
312 B
YAML
services:
|
|
clawgo:
|
|
build:
|
|
context: .
|
|
dockerfile: Dockerfile
|
|
container_name: clawgo
|
|
restart: unless-stopped
|
|
ports:
|
|
- "18790:18790"
|
|
environment:
|
|
TZ: Asia/Shanghai
|
|
CLAWGO_CONFIG: /home/clawgo/.clawgo/config.json
|
|
volumes:
|
|
- ./.clawgo:/home/clawgo/.clawgo
|