Compare commits

...

2 Commits

Author SHA1 Message Date
borgal
462c208b1c Merge branch 'master' of http://git.borgal.de/Borgal/docker 2022-06-10 10:45:17 +00:00
borgal
6eae08232a Draw.io hinzugefügt 2022-06-10 10:45:09 +00:00

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