discord_read_bot/docker-compose.yml

14 lines
223 B
YAML
Raw Permalink Normal View History

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