feat(drizzle-gateway): enhance service configuration by adding Master Password field and updating compose file path
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user