xbrowsersync / api

Server-side REST API that serves requests from xBrowserSync client apps
GNU General Public License v3.0
796 stars 83 forks source link

Support xbrowsersync #34

Closed lordvalium closed 5 years ago

lordvalium commented 5 years ago

Hi, i want to support the project with my server. Have docker running on ubuntu 18.04.

Can you just give a simple tut how to use the docker? Dont understand it tough :)

thx

nero120 commented 5 years ago

Hi @lordvalium, thanks for your interest in xBrowserSync! I strongly recommend following a docker tutorial like this one to get to grips with what docker is and how it works before trying to run an xBrowserSync service in docker. Also, it's a good idea to understand what docker compose is as well, tutorial here.

I don't have any spare capacity to produce more tutorials, but once you understand docker you should find it very straightforward to follow the steps in Running a production-ready service.

Is it possible to just take my IP in .env?

No, you need to provide a hostname so that traefik knows which requests to route to the service..