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

[BUG] Docker deployment failing #624

Closed
4 tasks done
szethh opened this issue Apr 30, 2022 · 2 comments
Closed
4 tasks done

[BUG] Docker deployment failing #624

szethh opened this issue Apr 30, 2022 · 2 comments
Assignees
Labels
🐛 Bug [ISSUE] Ticket describing something that isn't working

Comments

@szethh
Copy link

szethh commented Apr 30, 2022

Environment

Self-Hosted (Docker)

Version

2.0.7

Describe the problem

Tried running Dashy on docker-compose with the provided config, but it failed with error:

Using Dashy V-2.0.7. Update Check Complete
✅ Dashy is Up-to-Date


-  Building for production...
 WARN  A new version of sass-loader is available. Please upgrade for best experience.
info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command.
error Command failed with signal "SIGKILL".
ERROR: "build-watch" exited with 1.
error Command failed with exit code 1.
info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command.

It is not a compose issue, I can reproduce the issue just by running docker run -p 8080:80 lissy93/dashy (the simplest docker example provided in the docs).

Additional info

No response

Please tick the boxes

@szethh szethh added the 🐛 Bug [ISSUE] Ticket describing something that isn't working label Apr 30, 2022
@Lissy93
Copy link
Owner

Lissy93 commented Apr 30, 2022

I've not seen this before, and don't think it's an issue with Dashy.
The only think I can think of, is that you've not assigned enough memory. But without more info, it's not possible to help any further.

@szethh
Copy link
Author

szethh commented May 2, 2022

I allocated more memory and that seemed to do the trick. Thanks!

@szethh szethh closed this as completed May 2, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🐛 Bug [ISSUE] Ticket describing something that isn't working
Projects
None yet
Development

No branches or pull requests

2 participants