This commit is contained in:
2025-02-14 16:39:29 +00:00
parent 40d23113f7
commit 1ac7f0f5d9
3 changed files with 11 additions and 1 deletions

View File

@ -18,3 +18,6 @@ ERROR_ALERT=FALSE
# Webhook Discord pour envoyer des notifications en cas de stock disponible
DISCORD_WEBHOOK_URL="https://discord.com/api/webhooks/XXXXXX/XXXXXXXXX"
# Permet d'afficher les logs en temps réel
PYTHONUNBUFFERED=1

View File

@ -0,0 +1,7 @@
version: "3.8"
services:
nvidia-stock-bot:
image: nvidia-stock-bot-web
restart: always # Le conteneur redémarrera automatiquement en cas d'échec
env_file: .env
command: python nvidia-stock-bot-web.py # Lance le script Python