added readme, removed accidentally added compose

This commit is contained in:
Timo Volkmann 2020-07-30 17:19:38 +02:00
parent 29d22e9c98
commit 1ded57c2fa
2 changed files with 10 additions and 24 deletions

View File

@ -1 +1,10 @@
# Smart_Garden
## Requirements
VisualStudioCode with PlatformIO extension
## Build
Configuration is defined in `platformio.ini` file. If you have PlatformIO extension installed, just use built-in build-command.
## Flash to µC
Connect ESP32 to any desired USB-Port and use PlatformIOs upload-command.

View File

@ -1,23 +0,0 @@
version: "3"
services:
smartgarden-meteor:
image: tvm/smart_garden:latest
build: .
restart: always
labels:
- traefik.enable=true
- traefik.http.routers.smartgarden-meteor-http.rule=Host(`smartgarden-meteor.timovolkmann.de`)
- traefik.http.routers.smartgarden-meteor-http.entrypoints=web
- traefik.http.routers.smartgarden-meteor-http.middlewares=https-redirect@file
- traefik.http.routers.smartgarden-meteor-https.rule=Host(`git.timovolkmann.de`)
- traefik.http.routers.smartgarden-meteor-https.entrypoints=web-secure
- traefik.http.routers.smartgarden-meteor-https.tls.certresolver=le
- traefik.http.services.smartgarden-meteor-service.loadbalancer.server.port=3000
- traefik.docker.network=traefik_default
networks:
traefik_default:
external: true