simplifying docker workflow

This commit is contained in:
2025-10-14 21:54:28 +03:00
parent 7c4c4fd620
commit 758a22f964
5 changed files with 49 additions and 10 deletions

View File

@@ -3,6 +3,9 @@ ADMIN_TOKEN=devadmintoken
# Docker host binding (used by docker compose for port mapping)
HOST=127.0.0.1
PORT=8080
# User and group for file ownership (should match system user on host)
UID=1000
GID=1000
# Optional: Service configuration (defaults shown)
DEPLOY_ROOT=/var/www/docs