Docker compose didn't ingest admin_password.
All checks were successful
Docker / build-and-push (push) Successful in 3m36s

This commit is contained in:
explewd
2026-07-18 18:44:49 +02:00
parent 266f9708e3
commit 0467451d98

View File

@@ -10,6 +10,7 @@ services:
- TTL_SECONDS=${TTL_SECONDS:-259200} - TTL_SECONDS=${TTL_SECONDS:-259200}
- MAX_UPLOAD_BYTES=${MAX_UPLOAD_BYTES:-209715200} - MAX_UPLOAD_BYTES=${MAX_UPLOAD_BYTES:-209715200}
- UPLOAD_PASSWORD=${UPLOAD_PASSWORD} - UPLOAD_PASSWORD=${UPLOAD_PASSWORD}
- ADMIN_PASSWORD=${ADMIN_PASSWORD}
volumes: volumes:
# Named volume, not a bind mount into the build context — the SQLite # Named volume, not a bind mount into the build context — the SQLite
# DB and ciphertext blobs live here and must survive image redeploys. # DB and ciphertext blobs live here and must survive image redeploys.