add README

This commit is contained in:
2019-05-03 16:21:50 +01:00
commit 6ce9ccdd57
46 changed files with 8291 additions and 0 deletions

12
docker-compose.yml Executable file
View File

@@ -0,0 +1,12 @@
version: "3"
services:
home:
image: mrflutters/home:1.0.0
restart: always
networks:
- web
container_name: Fluttershub_home
networks:
web:
external: true