Draw.io hinzugefügt

This commit is contained in:
borgal
2022-06-10 10:45:09 +00:00
parent 6b5fe1d5c0
commit 6eae08232a

15
drawio/docker-compose.yml Normal file
View File

@@ -0,0 +1,15 @@
version: '3.5'
services:
drawio:
image: jgraph/drawio
container_name: drawio
restart: unless-stopped
ports:
- 8085:8080
- 8445:8443
healthcheck:
test: ["CMD-SHELL", "curl -f http://domain:8080 || exit 1"]
interval: 1m30s
timeout: 10s
retries: 5
start_period: 10s