mirror of
https://github.com/woodchen-ink/random-api-go.git
synced 2025-07-18 13:52:02 +08:00
11 lines
243 B
YAML
11 lines
243 B
YAML
services:
|
|
random-api:
|
|
image: woodchen/random-api-go:latest
|
|
ports:
|
|
- "5003:5003"
|
|
volumes:
|
|
- ./public:/root/public
|
|
- ./logs:/var/log/random-api
|
|
environment:
|
|
- TZ=Asia/Shanghai
|
|
restart: unless-stopped |