++ Inserimento chiave crittazione

This commit is contained in:
2026-02-17 14:27:13 +01:00
parent ab6ed4c4b2
commit be1d40d64f
3 changed files with 14 additions and 1 deletions

View File

@@ -9,4 +9,5 @@ services:
- ${NEXTERM_DATA_DIR}:/app/data
environment:
- PORT=${NEXTERM_PORT_CONTAINER}
- TZ=${NEXTERM_TZ}
- TZ=${NEXTERM_TZ}
- ENCRYPTION_KEY=${NEXTERM_ENCRYPTION_KEY}