services: bot: build: context: . args: NODE_ENV: production env_file: - config/production.env volumes: - .:/app restart: always environment: - NODE_ENV=production