Add API token authentication support
This commit is contained in:
@@ -13,6 +13,7 @@ services:
|
||||
PORT: 3000
|
||||
DB_PATH: /data/mail.db
|
||||
APP_PASSWORD: ${APP_PASSWORD}
|
||||
API_TOKEN: ${API_TOKEN}
|
||||
env_file:
|
||||
- .env
|
||||
volumes:
|
||||
|
||||
Reference in New Issue
Block a user