|
|
@ -5,7 +5,7 @@ The server is based on Nodejs and can be run on a Raspberry Pi.
|
|
|
|
You can change the public ports `8080` (web UI) and `8081` (websocket) in `docker-compose.yml`.
|
|
|
|
You can change the public ports `8080` (web UI) and `8081` (websocket) in `docker-compose.yml`.
|
|
|
|
To run the server simply execute `docker-compose`.
|
|
|
|
To run the server simply execute `docker-compose`.
|
|
|
|
```
|
|
|
|
```
|
|
|
|
docker-compose -p surl up -d
|
|
|
|
docker-compose -p esp-smarthome_server up -d
|
|
|
|
```
|
|
|
|
```
|
|
|
|
It's recommended to use a reverse proxy like nginx.
|
|
|
|
It's recommended to use a reverse proxy like nginx.
|
|
|
|
|
|
|
|
|
|
|
|