office/excalidraw/docker-compose.yml aktualisiert

This commit is contained in:
2025-11-02 18:21:39 +01:00
parent 80436a84f6
commit 66fbfc5716

View File

@@ -0,0 +1,12 @@
services:
excalidraw:
container_name: excalidraw
healthcheck:
test: curl -f http://localhost:80/ || exit 1
image: excalidraw/excalidraw:latest
ports:
- 3765:80
restart: on-failure:5
stdin_open: true
environment:
- NODE_ENV=production