mirror of
https://github.com/michivonah/themepark-alerts.git
synced 2025-12-22 20:36:27 +01:00
added ntfy as alternative notfication service, support for other themeparks & more customization
This commit is contained in:
parent
ff4f5e10ae
commit
6cbdb6a61e
5 changed files with 52 additions and 30 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue