fixed a bunch of variables and modified the Gitea compose a lot

This commit is contained in:
2026-05-08 10:25:42 -07:00
parent f24fb2e43d
commit 134ead3d93
8 changed files with 73 additions and 41 deletions
+2 -2
View File
@@ -1,9 +1,9 @@
services:
app:
image: jgraph/drawio:latest
image: jgraph/drawio:${DRAWIO_VERSION:-latest}
container_name: drawio
ports:
- ${DRAWIO_PORT}:8080
- ${DRAWIO_PORT:-8080}:8080
environment:
- DRAWIO_SELF_CONTAINED=${DRAWIO_SELF_CONTAINED:-0}
healthcheck: