Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docker image does not start #663

Open
viktor-gon opened this issue Aug 19, 2024 · 1 comment
Open

docker image does not start #663

viktor-gon opened this issue Aug 19, 2024 · 1 comment
Labels
bug Something isn't working

Comments

@viktor-gon
Copy link

Version

0.0.98

Description

docker image does not start

To Reproduce

  1. Clone repo
  2. docker compose -f docker-compose.server.yml up

binance-bot | {"name":"binance-api","version":"0.0.98","hostname":"7547c8d8395b","pid":25,"level":30,"NODE_ENV":"production","msg":"API logger loaded","time":"2024-08-19T04:34:34.119Z","v":0}
binance-bot | error : Error: Missing migration file: 1664194720480-add-multiple-tradingviews.js
binance-bot | Error: Missing migration file: 1664194720480-add-multiple-tradingviews.js
binance-bot | at /srv/node_modules/migrate/lib/load-migrations.js:57:44
binance-bot | at Array.forEach ()
binance-bot | at /srv/node_modules/migrate/lib/load-migrations.js:55:44
binance-bot | at FSReqCallback.oncomplete (fs.js:180:23)

Expected Behaviours

Image is starting successfully

@viktor-gon viktor-gon added the bug Something isn't working label Aug 19, 2024
@viktor-gon
Copy link
Author

viktor-gon commented Aug 19, 2024

This resolved a problem

$ docker-compose -f docker-compose.server.yml down -v
$ docker-compose -f docker-compose.server.yml pull
$ docker-compose -f docker-compose.server.yml up -d

Repository owner deleted a comment Oct 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant