Define $COMPOSE_FILE in config to fix abra app deploy
error
By default, the config options provided in the template fail because $COMPOSE_FILE is not set, leading to an error `[abra recipe path] is a directory` when running `abra app deploy`. This is fixed by setting `$COMPOSE_FILE` to `compose.yml`
This commit is contained in:
parent
7f60d33d21
commit
b0d701b0e8
@ -3,6 +3,8 @@ TYPE=vaultwarden
|
||||
DOMAIN=vaultwarden.example.com
|
||||
LETS_ENCRYPT_ENV=production
|
||||
|
||||
COMPOSE_FILE="compose.yml"
|
||||
|
||||
WEBSOCKET_ENABLED=true
|
||||
SIGNUPS_ALLOWED=true
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user