Compare commits
	
		
			2 Commits
		
	
	
		
			738c44b4d4
			...
			c9d4bd7e2c
		
	
	| Author | SHA1 | Date | |
|---|---|---|---|
| c9d4bd7e2c | |||
| 3006825705 | 
@@ -19,4 +19,4 @@ ENV DISCORD_WEBHOOK_URL="https://example.com/webhook" \
 | 
				
			|||||||
    REFRESH_TIME="60"
 | 
					    REFRESH_TIME="60"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
# Exposer un point de commande pour exécuter le script
 | 
					# Exposer un point de commande pour exécuter le script
 | 
				
			||||||
CMD ["python", "bot_nvidia.py"]
 | 
					CMD ["python", "nvidia-stock-bot.py"]
 | 
				
			||||||
@@ -10,4 +10,4 @@ services:
 | 
				
			|||||||
      - DISCORD_WEBHOOK_URL=${DS_HOOK}
 | 
					      - DISCORD_WEBHOOK_URL=${DS_HOOK}
 | 
				
			||||||
      - REFRESH_TIME=${FREQ}
 | 
					      - REFRESH_TIME=${FREQ}
 | 
				
			||||||
      - PYTHONUNBUFFERED=1 # Permet d'afficher les logs en temps réel
 | 
					      - PYTHONUNBUFFERED=1 # Permet d'afficher les logs en temps réel
 | 
				
			||||||
    command: python bot_nvidia.py # Lance le script Python
 | 
					    command: python nvidia-stock-bot.py # Lance le script Python
 | 
				
			||||||
		Reference in New Issue
	
	Block a user