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:
6
blueprints/excalidraw/docker-compose.yml
Normal file
6
blueprints/excalidraw/docker-compose.yml
Normal file
@@ -0,0 +1,6 @@
|
||||
version: "3.8"
|
||||
|
||||
services:
|
||||
excalidraw:
|
||||
|
||||
image: excalidraw/excalidraw:latest
|
||||
BIN
blueprints/excalidraw/excalidraw.jpg
Normal file
BIN
blueprints/excalidraw/excalidraw.jpg
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 30 KiB |
12
blueprints/excalidraw/template.yml
Normal file
12
blueprints/excalidraw/template.yml
Normal file
@@ -0,0 +1,12 @@
|
||||
variables:
|
||||
main_domain: ${randomDomain}
|
||||
|
||||
config:
|
||||
domains:
|
||||
- serviceName: excalidraw
|
||||
port: 80
|
||||
host: ${main_domain}
|
||||
|
||||
env: []
|
||||
|
||||
mounts: []
|
||||
Reference in New Issue
Block a user