new: add Excalidraw
This commit is contained in:
21
excalidraw/compose.yml
Normal file
21
excalidraw/compose.yml
Normal file
@@ -0,0 +1,21 @@
|
|||||||
|
services:
|
||||||
|
excalidraw:
|
||||||
|
container_name: excalidraw
|
||||||
|
image: excalidraw/excalidraw
|
||||||
|
restart: unless-stopped
|
||||||
|
networks:
|
||||||
|
- dmz
|
||||||
|
healthcheck:
|
||||||
|
disable: true
|
||||||
|
labels:
|
||||||
|
# Caddy
|
||||||
|
caddy: "*.{$$INT_DOMAIN}"
|
||||||
|
caddy.1_@draw: host draw.{$$INT_DOMAIN}
|
||||||
|
caddy.1_handle: "@draw"
|
||||||
|
caddy.1_handle.reverse_proxy: "{{upstreams 80}}"
|
||||||
|
# Diun
|
||||||
|
diun.enable: true
|
||||||
|
|
||||||
|
networks:
|
||||||
|
dmz:
|
||||||
|
external: true
|
||||||
Reference in New Issue
Block a user