mirror of
https://github.com/driftywinds/tailmon.git
synced 2025-12-19 05:23:33 +00:00
18 lines
316 B
YAML
18 lines
316 B
YAML
version: '3.8'
|
|
|
|
services:
|
|
tailscale-monitor:
|
|
# build: .
|
|
image: ghcr.io/driftywinds/tailmon
|
|
container_name: tailscale-monitor
|
|
restart: unless-stopped
|
|
env_file:
|
|
- .env
|
|
volumes:
|
|
- ./data:/data
|
|
environment:
|
|
- TZ=UTC
|
|
dns:
|
|
- 8.8.8.8
|
|
- 8.8.4.4
|