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:
12
blueprints/onedev/docker-compose.yml
Normal file
12
blueprints/onedev/docker-compose.yml
Normal file
@@ -0,0 +1,12 @@
|
||||
---
|
||||
services:
|
||||
onedev:
|
||||
image: 1dev/server:11.6.6
|
||||
restart: always
|
||||
|
||||
volumes:
|
||||
- "/var/run/docker.sock:/var/run/docker.sock"
|
||||
- "onedev-data:/opt/onedev"
|
||||
|
||||
volumes:
|
||||
onedev-data:
|
||||
BIN
blueprints/onedev/onedev.png
Normal file
BIN
blueprints/onedev/onedev.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 23 KiB |
12
blueprints/onedev/template.yml
Normal file
12
blueprints/onedev/template.yml
Normal file
@@ -0,0 +1,12 @@
|
||||
variables:
|
||||
main_domain: ${randomDomain}
|
||||
|
||||
config:
|
||||
domains:
|
||||
- serviceName: onedev
|
||||
port: 6610
|
||||
host: ${main_domain}
|
||||
|
||||
env: {}
|
||||
|
||||
mounts: []
|
||||
Reference in New Issue
Block a user