mirror of
https://github.com/Dokploy/templates
synced 2025-06-26 18:16:07 +00:00
feat: Add comprehensive blueprint collection and project setup
This commit is contained in:
@@ -1,14 +0,0 @@
|
||||
services:
|
||||
ontime:
|
||||
image: getontime/ontime:v3.8.0
|
||||
ports:
|
||||
- 4001
|
||||
- 8888
|
||||
- 9999
|
||||
volumes:
|
||||
- ontime-data:/data/
|
||||
environment:
|
||||
- TZ
|
||||
restart: unless-stopped
|
||||
volumes:
|
||||
ontime-data:
|
||||
Binary file not shown.
|
Before Width: | Height: | Size: 47 KiB |
@@ -1,13 +0,0 @@
|
||||
variables:
|
||||
main_domain: ${randomDomain}
|
||||
|
||||
config:
|
||||
domains:
|
||||
- serviceName: ontime
|
||||
port: 4001
|
||||
host: ${main_domain}
|
||||
|
||||
env:
|
||||
TZ: "UTC"
|
||||
|
||||
mounts: []
|
||||
Reference in New Issue
Block a user