Skip to content

Instantly share code, notes, and snippets.

@tartakynov
Created January 28, 2023 16:23
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tartakynov/0899109e1d26eaffa25716f0b6aaf3f4 to your computer and use it in GitHub Desktop.
Save tartakynov/0899109e1d26eaffa25716f0b6aaf3f4 to your computer and use it in GitHub Desktop.
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:
- homebridge:/homebridge
logging:
driver: json-file
options:
max-size: "10mb"
max-file: "1"
volumes:
homebridge:
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment