fix: Correct environment variable syntax for Komodo Secrets
- Replace ${SECRET:name} with ${NAME} format
- Replace hyphens with underscores in variable names
- Affected: gotify, grafana, vaultwarden, obsidian-livesync
This commit is contained in:
parent
8dfb692826
commit
9baedc40e9
4 changed files with 7 additions and 7 deletions
|
|
@ -8,7 +8,7 @@ services:
|
|||
volumes:
|
||||
- vaultwarden_data:/data
|
||||
environment:
|
||||
- ADMIN_TOKEN=${SECRET:vaultwarden-admin-token}
|
||||
- ADMIN_TOKEN=${VAULTWARDEN_ADMIN_TOKEN}
|
||||
- WEBSOCKET_ENABLED=true
|
||||
- SIGNUPS_ALLOWED=false
|
||||
networks:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue