Add SLACK_WEBHOOK_URL to Dockerfile

This commit is contained in:
Mahmoud Osama
2025-05-03 20:52:08 +03:00
parent 3d33cb8282
commit 8795add7f0

View File

@@ -27,6 +27,7 @@ ENV USERNAME="" \
GOTIFY_URL="" \
GOTIFY_TOKEN="" \
DISCORD_WEBHOOK_URL="" \
SLACK_WEBHOOK_URL="" \
FLASK_ENV=production
# Exposer le port 5000 pour l'API et le port 80 pour le serveur web