Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- services:
- birdnet-go:
- container_name: birdnet-go
- environment:
- - TZ=${TZ:-UTC}
- - BIRDNET_UID=${BIRDNET_UID:-1000}
- - BIRDNET_GID=${BIRDNET_GID:-1000}
- image: ghcr.io/tphakala/birdnet-go:nightly
- network_mode: host
- restart: unless-stopped
- tmpfs:
- - /config/hls:exec,size=50M,uid=1000,gid=1000,mode=0755
- volumes:
- - ./config:/config
- - ./data:/data
- version: '3.8'
- volumes:
- config: Null
- data: Null
Advertisement
Add Comment
Please, Sign In to add comment