add docker info to readme
This commit is contained in:
parent
2877f29ba1
commit
8512a47181
1 changed files with 10 additions and 0 deletions
10
README.md
10
README.md
|
@ -72,6 +72,16 @@ Setup script installs all needed `npm` dependencies, but you have to install `No
|
|||
3. Run cobalt via `npm start`
|
||||
4. Done.
|
||||
|
||||
### Docker
|
||||
It's also possible to host cobalt via a Docker image, but in that case you'd need to set all environment variables by yourself.
|
||||
That includes:
|
||||
| Variable | Example |
|
||||
| -------- | :--- |
|
||||
| `selfUrl` | `https://co.wukko.me/` |
|
||||
| `port` | `9000` |
|
||||
| `streamSalt` | `randomly generated sha512 hash` |
|
||||
| `cors` | `0` |
|
||||
|
||||
## Disclaimer
|
||||
cobalt is my passion project, so update release schedule depends solely on my motivation, free time, and mood. Don't expect any consistency in that.
|
||||
|
||||
|
|
Loading…
Reference in a new issue