wip #6

Merged
Djeex merged 2 commits from wip into main 2025-04-23 19:00:55 +02:00
4 changed files with 38 additions and 22 deletions
Showing only changes of commit 6657c03b07 - Show all commits

View File

@ -54,7 +54,7 @@ services:
restart: unless-stopped restart: unless-stopped
environment: environment:
- DISCORD_WEBHOOK_URL= # URL de votre webhook Discord - DISCORD_WEBHOOK_URL= # URL de votre webhook Discord
- PRODUCT_NAME= # Le nom exact du GPU que vous recherchez comme : "RTX 5080" - PRODUCT_NAME= # Le nom exact du GPU que vous recherchez comme "RTX 5080"
- PYTHONUNBUFFERED=1 # Permet d'afficher les logs en temps réel - PYTHONUNBUFFERED=1 # Permet d'afficher les logs en temps réel
command: python nvidia-stock-bot.py command: python nvidia-stock-bot.py
``` ```