Moved github PAT and storage path to env vars

This commit is contained in:
2026-03-30 22:02:39 +02:00
parent b1079efe58
commit bdf7d4f468
10 changed files with 35 additions and 32 deletions
+1
View File
@@ -27,6 +27,7 @@ USER appuser
ENV PORT=4321
ENV CONFIG_DIR=/config
ENV STORAGE_PATH=/storage
EXPOSE 4321