nvidia-stock-bot/docker/compose.yml
2025-02-14 16:39:29 +00:00

7 lines
244 B
YAML

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