added readme, removed accidentally added compose
This commit is contained in:
parent
29d22e9c98
commit
1ded57c2fa
11
README.md
11
README.md
@ -1 +1,10 @@
|
|||||||
# Smart_Garden
|
# 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.
|
||||||
|
|||||||
@ -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
|
|
||||||
Loading…
Reference in New Issue
Block a user