chore: add generated admin token to env files

This commit is contained in:
Hiro
2026-03-28 11:36:45 +00:00
parent bc6e00e654
commit c3e48596f3
3 changed files with 4 additions and 4 deletions

View File

@@ -8,9 +8,9 @@ services:
environment:
- NODE_ENV=production
- PORT=3000
- ADMIN_TOKEN=${SIMPLENOTE_ADMIN_TOKEN}
- ADMIN_TOKEN=${ADMIN_TOKEN}
- DATA_ROOT=/app/data
- CORS_ORIGIN=${SIMPLENOTE_CORS_ORIGIN:-*}
- CORS_ORIGIN=${CORS_ORIGIN:-*}
volumes:
- simplenote-data:/app/data
healthcheck: