Skip to content

Commit

Permalink
Add busylight
Browse files Browse the repository at this point in the history
  • Loading branch information
elliotmatson committed Aug 30, 2023
1 parent 1f18e47 commit 5b42403
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions busylight/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
version: '3.3'
services:
busylight-docker:
devices:
- /dev/bus
image: ghcr.io/elliotmatson/busylight-docker:v0.26.1
restart: always
depends_on:
- tailscale
network_mode: service:tailscale
tailscale:
image: ghcr.io/elliotmatson/tailscale-sidecar-proxy:v1.48.1
restart: always
environment:
TAILSCALE_AUTH_KEY: ${TS_AUTH_KEY:?err}
TAILSCALE_HOSTNAME: busylight
TAILSCALE_SERVE_PORT: 8000
TZ: America/Chicago

0 comments on commit 5b42403

Please sign in to comment.