TrelloBot/docker-compose.yml
Simon e79053c834
All checks were successful
continuous-integration/drone/push Build is passing
Fix writeFileSync data
2020-04-29 16:30:37 +02:00

12 lines
No EOL
272 B
YAML

version: '2.1'
services:
trellobot:
container_name: trellobot
restart: always
image: registry.cliffbreak.de/trellobot
environment:
NODE_ENV: production
volumes:
- './conf.json:/usr/src/app/conf.json'
- './auth:/usr/src/app/.auth'