-support for 1.1.0

-adapted for unraid
This commit is contained in:
aaa
2024-06-19 00:52:08 +02:00
parent 4f49692e6e
commit e3ac1698ef
5 changed files with 1850 additions and 6 deletions

View File

@@ -12,8 +12,8 @@ WORKDIR /code
COPY . .
RUN pip3 install --break-system-packages .
ENV IMMICH_API_TOKEN=""
ENV IMMICH_HOST=""
ENV IMMICH_API_TOKEN="yourimmichtokenhere"
ENV IMMICH_HOST="host/ip"
ENV IMMICH_PORT="8080"
#has to be EXPORT_PORT 8000 or else it does not work, same applies to the env file
ENV EXPORTER_PORT="8000"