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 option? #2

Open
bmcgonag opened this issue Jun 19, 2022 · 2 comments
Open

docker option? #2

bmcgonag opened this issue Jun 19, 2022 · 2 comments

Comments

@bmcgonag
Copy link

Would you mind making a Docker option to try and run this.?

Additionally, clicking on your demo link gives an SSL certificate warning. Scares off a lot of people.

What ports are required to self host?

@horvbalint
Copy link
Owner

Hi,
I have basically no experience with docker, but I can try to create an image for it. It would help in cross-compilation for my server as well. I make no promises, but if I succeed I will let you know here.

Thanks a lot for the reminder on the SSL cert thing! I was on a vacation and forgot to renew it, normally it is in place ofc :)

The backend is using port 9001 and the frontend port 9000. This can be changed ofc, but not from a config file at the moment.

@horvbalint
Copy link
Owner

@bmcgonag I had a little time to work on this and had made some progress. I created an npm command that will build the server in release mode using docker. After that one can run the created binary localy or on a server.
For a fully containerized experience you will have to wait a bit more, but I will try to find some time to work on that.
I also updated the README, so you can find more info there.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants