Define $COMPOSE_FILE in config to fix abra app deploy error #3

Merged
decentral1se merged 1 commits from marlon/vaultwarden:main into main 2024-09-28 10:57:32 +00:00

1 Commits

Author SHA1 Message Date
b0d701b0e8 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`
2024-09-20 13:59:25 +00:00