mirror of
https://github.com/woodchen-ink/random-api-go.git
synced 2025-07-18 13:52:02 +08:00
14 lines
317 B
YAML
14 lines
317 B
YAML
services:
|
|
random-api-go:
|
|
container_name: random-api-go
|
|
image: woodchen/random-api-go:latest
|
|
ports:
|
|
- "5003:5003"
|
|
volumes:
|
|
- ./public:/root/public
|
|
- ./data:/root/data
|
|
environment:
|
|
- TZ=Asia/Shanghai
|
|
- BASE_URL=https://example.com/csvfile
|
|
restart: unless-stopped
|