added ntfy as alternative notfication service, support for other themeparks & more customization

This commit is contained in:
Michi 2024-10-12 12:34:36 +02:00
parent ff4f5e10ae
commit 6cbdb6a61e
5 changed files with 52 additions and 30 deletions

View file

@ -1,4 +1,4 @@
FROM python:3.11
FROM python:3.12
# Create directory
RUN mkdir app
@ -11,6 +11,7 @@ COPY requirements.txt .
# Set enviromental variables
ENV DISCORD_WEBHOOK "https://discord.com/api/webhooks/XXXXXXXXXXXXXX/YYYYYYYYYYYYYYYYYYYYYYYYY"
ENV SUBS "383533, 323530, 353030"
ENV NOTIFICATION_TYPE "discord"
# Install needed packages
RUN pip3 install --upgrade pip