🔪🐛 Fix corepack bug, removed unused envs, npm in docker
All checks were successful
Deploy application / deploy (push) Successful in 28s
All checks were successful
Deploy application / deploy (push) Successful in 28s
- Replaced pnpm to npm in docker container because of a bug infestation - Remove only allow pnpm - Added missing envs to docker compose
This commit is contained in:
@ -1,7 +1,7 @@
|
||||
services:
|
||||
server:
|
||||
container_name: actual_sparebank1_cronjob
|
||||
restart: unless-stopped
|
||||
restart: no
|
||||
build:
|
||||
context: .
|
||||
environment:
|
||||
@ -14,13 +14,14 @@ services:
|
||||
- BANK_INITIAL_REFRESH_TOKEN
|
||||
- BANK_OAUTH_CLIENT_ID
|
||||
- BANK_OAUTH_CLIENT_SECRET
|
||||
- BANK_OAUTH_STATE
|
||||
- BANK_OAUTH_REDIRECT_URI
|
||||
- BANK_ACCOUNT_IDS
|
||||
- LOG_LEVEL
|
||||
- DB_DIRECTORY # Required for Docker Compose
|
||||
- DB_FILENAME
|
||||
- TRANSACTION_RELATIVE_FROM_DATE
|
||||
- TRANSACTION_RELATIVE_TO_DATE
|
||||
volumes:
|
||||
# TODO CACHE directory in volume?
|
||||
- data:/${DB_DIRECTORY}
|
||||
|
||||
volumes:
|
||||
|
Reference in New Issue
Block a user