I hereby claim:
- I am cvjoint on github.
- I am cvjoint (https://keybase.io/cvjoint) on keybase.
- I have a public key ASB6Ej-G_O1BJESUaUahdmvsT4rgyFYX8YTyuAlIx2dYigo
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
#!/usr/bin/env python3 | |
# first author: Edoardo Paolo Scalafiotti <edoardo849@gmail.com> | |
# Edits done by: Marco Bosch <marcogithub@hotmail.com> | |
import os | |
from time import sleep | |
import signal | |
import sys | |
import RPi.GPIO as GPIO |
version: "3.7" | |
services: | |
## Heimdall - Homepage | |
heimdall: | |
container_name: heimdall | |
image: linuxserver/heimdall | |
restart: always | |
networks: | |
- traefik_proxy |
version: "3.7" | |
services: | |
## Follow install instructions below | |
## InfluxDB | |
# Create config file: | |
# mkdir ${USERDIR}/docker/influxdb | |
# docker run --rm influxdb influxd config > ${USERDIR}/docker/influxdb/influxdb.conf | |
# Consider adding a database (optional) |