Skip to content

Instantly share code, notes, and snippets.

View tartakynov's full-sized avatar

Artem Tartakynov tartakynov

View GitHub Profile
@tartakynov
tartakynov / docker-compose.yaml
Created January 28, 2023 16:23
Homebridge standalone docker compose
version: '2'
services:
homebridge:
image: gcr.io/artem-gcloud/homebridge:1.6.0
restart: unless-stopped
network_mode: host
environment:
- ENABLE_AVAHI=0
- TZ=America/Toronto
volumes: