"sync-docker-configs"

This commit is contained in:
mo
2026-05-10 11:30:28 +02:00
parent 5740629fd1
commit a1a3d20ce4
572 changed files with 105750 additions and 20 deletions
+13
View File
@@ -0,0 +1,13 @@
version: "3.9"
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