Guest User

Untitled

a guest
May 28th, 2025
13
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.47 KB | None | 0 0
  1. services:
  2. birdnet-go:
  3. container_name: birdnet-go
  4. environment:
  5. - TZ=${TZ:-UTC}
  6. - BIRDNET_UID=${BIRDNET_UID:-1000}
  7. - BIRDNET_GID=${BIRDNET_GID:-1000}
  8. image: ghcr.io/tphakala/birdnet-go:nightly
  9. network_mode: host
  10. restart: unless-stopped
  11. tmpfs:
  12. - /config/hls:exec,size=50M,uid=1000,gid=1000,mode=0755
  13. volumes:
  14. - ./config:/config
  15. - ./data:/data
  16. version: '3.8'
  17. volumes:
  18. config: Null
  19. data: Null
  20.  
Advertisement
Add Comment
Please, Sign In to add comment