Add automation info
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Florian Brinker 2019-10-21 10:22:19 +02:00
parent ecf1c234ae
commit 508299b011
1 changed files with 3 additions and 1 deletions

View File

@ -6,6 +6,8 @@ This is a very basic Docker container for [TileBoard](https://github.com/resoai/
It contains the sources and starts a simple Python3 webserver to serve TileBoard at port 8000.
The builds are automated on changes of the official TileBoard repository.
## Usage
You have to mount your `config.js` file into the `/tileboard` directory of the Docker container. You can see an [example config.js file in the official repository](https://github.com/resoai/TileBoard/blob/master/config.example.js).
@ -30,4 +32,4 @@ After a `docker-compose up -d`, you can reach your TileBoard instance under `htt
## Sources
Have a look at the [Git-Repository](https://git.f-brinker.de/fbrinker/docker-tileboard).
Have a look at the [Git-Repository](https://git.f-brinker.de/fbrinker/docker-tileboard).