remove token on Dockerfile

This commit is contained in:
2025-10-26 10:33:10 +01:00
parent 8d8ed476fb
commit 6a72e7b3d0

View File

@@ -27,7 +27,7 @@ RUN chmod +x entrypoint.sh
EXPOSE 8000
# 6. Umgebungsvariable für die Gotify-URL (kann beim Start überschrieben werden)
ENV GOTIFY_URL="https://gotify.ilunix.de/message?token=ADhlhgJ2Z14HK70"
ENV GOTIFY_URL=""
# 7. Entrypoint und Befehl zum Starten der Anwendung
# The entrypoint script will handle user permissions and then run the CMD