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'