chore: add generated admin token to env files
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user