원본 프로젝트 : fbrinker/docker-tileboard-OUTDATED
This repository has been archived on 2021-06-21 . You can view files and clone it. You cannot open issues or pull requests or push a commit.
ac09d9f7ef78a37639408568c7324e0fa024ff89
TileBoard Docker-Container
This is a very basic Docker container for TileBoard, "a simple yet highly configurable Dashboard for HomeAssistant".
It contains the sources and starts a simple Python3 webserver to serve TileBoard at port 8000.
Usage
You have to mount your config.js file into the /tileboard directory of the Docker container.
Example
Here is an example, using Docker-Compose:
version: '3'
services:
tileboard:
image: fbrinker/tileboard
volumes:
- ./config.js:/tileboard/config.js
ports:
- "8234:8000"
After a docker-compose up -d, you can reach your TileBoard instance under http://[yourhost-or-ip]:8234.
Sources
Have a look at the Git-Repository.
설명
Docker Container for TileBoard: "A simple yet highly configurable Dashboard for HomeAssistant"
Languages
Shell
60.5%
Dockerfile
39.5%