Skip to content

Instantly share code, notes, and snippets.

@Nesousx
Created March 27, 2018 09:09
Show Gist options
  • Save Nesousx/fc6967ce7e3ff88e757a6152fd079bbf to your computer and use it in GitHub Desktop.
Save Nesousx/fc6967ce7e3ff88e757a6152fd079bbf to your computer and use it in GitHub Desktop.
Nesatmo docker-compose.yml
version: '2'
services:
nesatmo:
container_name: nesatmo
image: nesousx/nesatmo
restart: unless-stopped
environment:
- NETATMO_CLIENT_ID=yourclientid
- NETATMO_CLIENT_SECRET=yourclientsecret
- NETATMO_CLIENT_USERNAME=your-netatmo-user
- NETATMO_CLIENT_PASSWORD=your-netatmo-pass
- INFLUX_URL_WITH_PORT=https://my.server.com:8086
- INFLUX_DB=testdb
- INFLUX_USER=testuser
- INFLUX_PASS=testpass
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment