diff --git a/birdnet-pipy/Dockerfile b/birdnet-pipy/Dockerfile index f5019b2eb..030e7b24a 100644 --- a/birdnet-pipy/Dockerfile +++ b/birdnet-pipy/Dockerfile @@ -73,6 +73,9 @@ RUN chmod 744 /ha_autoapps.sh && /ha_autoapps.sh "$PACKAGES" && rm /ha_autoapps. RUN mkdir -p /app COPY --from=frontend-builder /src/backend/ /app/ +ENV VIRTUAL_ENV=/opt/venv +RUN python3 -m venv "${VIRTUAL_ENV}" +ENV PATH="${VIRTUAL_ENV}/bin:${PATH}" RUN pip install --no-cache-dir --extra-index-url https://www.piwheels.org/simple -r /app/requirements.txt # Patch service hostnames for single-container usage diff --git a/birdnet-pipy/config.yaml b/birdnet-pipy/config.yaml index f38ff87d5..bb80e48c3 100644 --- a/birdnet-pipy/config.yaml +++ b/birdnet-pipy/config.yaml @@ -7,14 +7,13 @@ arch: - aarch64 - amd64 ingress: true -ingress_entry: / ingress_stream: true panel_icon: mdi:bird init: false -share: true map: - addon_config:rw - - data:rw + - ssl:rw + - share:rw ports: 8099/tcp: 8099 ports_description: