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
+4 -1
View File
@@ -1,2 +1,5 @@
# Docker image tag for amerkurev/doku (e.g. "1.2.3" or "latest"); defaults to latest if unset
DOKU_VERSION="latest"
# Main interface port for accessing the application
DOKU_PORT="8000"
DOKU_PORT="9090"
+2 -2
View File
@@ -1,12 +1,12 @@
services:
app:
image: amerkurev/doku:latest
image: amerkurev/doku:${DOKU_VERSION:-latest}
container_name: doku
volumes:
- /var/run/docker.sock:/var/run/docker.sock:ro
- /:/hostroot:ro
ports:
- ${DOKU_PORT}:9090
- ${DOKU_PORT:-9090}:9090
deploy:
resources:
limits: