9 lines
177 B
YAML
9 lines
177 B
YAML
|
version: '2.1'
|
||
|
|
||
|
services:
|
||
|
trellobot:
|
||
|
container_name: trellobot
|
||
|
restart: always
|
||
|
image: registry.cliffbreak.de/trellobot
|
||
|
environment:
|
||
|
NODE_ENV: production
|