fixed a bunch of variables and modified the Gitea compose a lot
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user