Skip to content

Instantly share code, notes, and snippets.

View kforeverisback's full-sized avatar

Kushal Azim Ekram kforeverisback

  • Microsoft Corporation
  • Mountain View, CA
  • LinkedIn in/azimekram
View GitHub Profile
@gaieges
gaieges / docker-compose.yml
Created March 8, 2020 16:14
Homeassistant with traefik 2.2 for TLS in docker-compose in network_mode: host
version: '2.1'
services:
homeassistant:
restart: always
image: homeassistant/raspberrypi3-homeassistant
expose:
- 8123
ports:
- "8123:8123"