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