xempire1 / docker-compose.yml
yasir68's picture
Upload folder using huggingface_hub (#1)
e26cd2e verified
raw
history blame
323 Bytes
version: '3'
services:
bot:
container_name: 'MuskEmpireBot'
stop_signal: SIGINT
build:
context: .
working_dir: /app
volumes:
- .:/app
entrypoint: "python3 main.py"
command: ["-a", "2"]
restart: unless-stopped
env_file: .env