Use DOCKMV_TOKEN environment variable for authentication token

- Remove --token=auto flag from docker-compose
- Default token flag to $DOCKMV_TOKEN environment variable instead of empty string
- Update help text to document environment variable default

Co-Authored-By: Claude Haiku 4.5 <noreply@anthropic.com>
This commit is contained in:
2026-08-11 15:39:44 +02:00
co-authored by Claude Haiku 4.5
parent 895858197e
commit dccb98ce18
2 changed files with 1 additions and 2 deletions
-1
View File
@@ -27,7 +27,6 @@ services:
command:
- serve
- --addr=0.0.0.0:8080
- --token=auto
volumes:
migrate-data: