mirror of
https://github.com/Dokploy/templates
synced 2025-06-26 18:16:07 +00:00
15 lines
225 B
YAML
15 lines
225 B
YAML
services:
|
|
ontime:
|
|
image: getontime/ontime:v3.8.0
|
|
ports:
|
|
- 4001
|
|
- 8888
|
|
- 9999
|
|
volumes:
|
|
- ontime-data:/data/
|
|
environment:
|
|
- TZ
|
|
restart: unless-stopped
|
|
volumes:
|
|
ontime-data:
|