feat(drizzle-gateway): enhance service configuration by adding Master Password field and updating compose file path

This commit is contained in:
Andras Bacsai
2025-08-11 11:43:59 +02:00
parent 65cc1c508a
commit c9ddda8ed2
3 changed files with 15 additions and 2 deletions

View File

@@ -9,7 +9,7 @@ services:
image: ghcr.io/drizzle-team/gateway:latest
environment:
- SERVICE_URL_DRIZZLE_4983
- STORE_PATH=./app
- STORE_PATH=/app
- MASTERPASS=$SERVICE_PASSWORD_DRIZZLE
volumes:
- drizzle-gateway-data:/app