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