vaultwarden: actually include env file
This commit is contained in:
parent
045c2d01e6
commit
4c57f874ff
|
@ -540,6 +540,8 @@ services:
|
|||
ipv4_address: 192.168.240.29
|
||||
ports:
|
||||
- "${VAULTWARDEN_EXTERNAL_PORT}:${VAULTWARDEN_INTERNAL_PORT}"
|
||||
env_file:
|
||||
- ../secrets/vaultwarden.env
|
||||
environment:
|
||||
- PUSH_ENABLED=true
|
||||
- PUSH_INSTALLATION_ID=${VAULTWARDEN_PUSH_INSTALLATION_ID}
|
||||
|
|
Loading…
Reference in New Issue