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