Commit 2a832f
2026-01-25 02:37:19 mb tech: added| /dev/null .. docker compose files/excalidraw.md | |
| @@ 0,0 1,17 @@ | |
| + | # Excalidraw |
| + | |
| + | compose.yml file |
| + | ```yaml |
| + | services: |
| + | excalidraw: |
| + | image: excalidraw/excalidraw:latest |
| + | container_name: excalidraw |
| + | ports: |
| + | - "8092:80" |
| + | restart: unless-stopped |
| + | healthcheck: |
| + | test: ["CMD", "wget", "--spider", "-q", "http://localhost"] |
| + | interval: 30s |
| + | timeout: 10s |
| + | retries: 3 |
| + | ``` |
