TrelloBot/docker-compose.yml

12 lines
272 B
YAML
Raw Normal View History

2020-04-29 13:54:12 +00:00
version: '2.1'
services:
trellobot:
container_name: trellobot
restart: always
image: registry.cliffbreak.de/trellobot
environment:
2020-04-29 14:30:37 +00:00
NODE_ENV: production
volumes:
- './conf.json:/usr/src/app/conf.json'
- './auth:/usr/src/app/.auth'