mirror of
https://github.com/Dokploy/templates
synced 2025-06-26 18:16:07 +00:00
feat: Add numerous new blueprint templates for various applications
This commit is contained in:
14
blueprints/ontime/docker-compose.yml
Normal file
14
blueprints/ontime/docker-compose.yml
Normal file
@@ -0,0 +1,14 @@
|
||||
services:
|
||||
ontime:
|
||||
image: getontime/ontime:v3.8.0
|
||||
ports:
|
||||
- 4001
|
||||
- 8888
|
||||
- 9999
|
||||
volumes:
|
||||
- ontime-data:/data/
|
||||
environment:
|
||||
- TZ
|
||||
restart: unless-stopped
|
||||
volumes:
|
||||
ontime-data:
|
||||
Reference in New Issue
Block a user