Add an external link
This commit is contained in:
@@ -200,33 +200,7 @@ For more information : https://github.com/alexbelgium/hassio-addons/blob/master/
|
|||||||
## Docker
|
## Docker
|
||||||
|
|
||||||
BirdNET-Pi can also be run as as a docker container.
|
BirdNET-Pi can also be run as as a docker container.
|
||||||
Docker compose :
|
For more information : https://github.com/alexbelgium/hassio-addons/blob/master/birdnet-pi/README_standalone.md
|
||||||
```
|
|
||||||
services:
|
|
||||||
birdnet-pi:
|
|
||||||
container_name: birdnet-pi
|
|
||||||
image: ghcr.io/alexbelgium/birdnet-pi-amd64 #ghcr.io/alexbelgium/birdnet-pi-aarch64
|
|
||||||
restart: unless-stopped
|
|
||||||
ports:
|
|
||||||
- "8004:8081"
|
|
||||||
environment:
|
|
||||||
- TZ=Europe/Vienna
|
|
||||||
- BIRDSONGS_FOLDER=/config/BirdSongs
|
|
||||||
- LIVESTREAM_BOOT_ENABLED=false
|
|
||||||
- MQTT_DISABLED=true
|
|
||||||
- SSL=false
|
|
||||||
- CERTFILE=fullchain.pem
|
|
||||||
- KEYFILE=privkey.pem
|
|
||||||
volumes:
|
|
||||||
- ./config:/config
|
|
||||||
- ./media:/media
|
|
||||||
- ./share:/share
|
|
||||||
- ./ssl:/ssl
|
|
||||||
- /dev/shm:/dev/shm # Shared memory
|
|
||||||
- ./nginx/:/etc/nginx/servers
|
|
||||||
tmpfs:
|
|
||||||
- /tmp
|
|
||||||
```
|
|
||||||
|
|
||||||
## Cool Links
|
## Cool Links
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user