Files
homelab/excalidraw/compose.yml
2024-06-08 20:35:39 +00:00

22 lines
442 B
YAML

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