mirror of
https://github.com/Dokploy/templates
synced 2025-06-26 18:16:07 +00:00
feat: Add extensive collection of application blueprints with Docker Compose configurations
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:
|
||||
BIN
blueprints/ontime/ontime.png
Normal file
BIN
blueprints/ontime/ontime.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 47 KiB |
13
blueprints/ontime/template.yml
Normal file
13
blueprints/ontime/template.yml
Normal file
@@ -0,0 +1,13 @@
|
||||
variables:
|
||||
main_domain: ${randomDomain}
|
||||
|
||||
config:
|
||||
domains:
|
||||
- serviceName: ontime
|
||||
port: 4001
|
||||
host: ${main_domain}
|
||||
|
||||
env:
|
||||
TZ: "UTC"
|
||||
|
||||
mounts: []
|
||||
Reference in New Issue
Block a user