version: "3.9" services: app: build: . container_name: disco-bot restart: always volumes: - ./data:/app/data - ./history:/app/history env_file: - .env environment: - NODE_ENV=development