binglab - This is my homelab site
Attachments
History
Blame
View Source
Changelog
Documentation
About An Otter Wiki
Toggle dark mode
Login
Home
A - Z
Page Index
Docker Compose Files
CheckCie
Docmost
Excalidraw
Ezbookkeeping
Gitea
Gogs
Home Page
Homebox
It-Tools
Koillection
Lubelogger
Otter Wiki
Sterling-PDF
Tianji
Wordpress
Docker Compose Files
Excalidraw
f2c8c6
Commit
f2c8c6
2025-05-26 21:06:07
MB Tech
: -/-
docker compose files/excalidraw.md
..
@@ 15,3 15,20 @@
- "8888:80"
restart: on-failure
```
+
+
Another different setup
+
+
```yaml
+
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
+
```
0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9