1
2
mirror of https://github.com/vimagick/dockerfiles synced 2024-06-28 17:51:24 +00:00
dockerfiles/errbot/docker-compose.yml

9 lines
160 B
YAML
Raw Normal View History

2017-01-21 12:57:35 +00:00
errbot:
image: vimagick/errbot
volumes:
- ./data:/home/errbot
2017-01-22 17:31:09 +00:00
- /usr/lib/python3.5/site-packages
2017-01-22 14:21:00 +00:00
stop_signal: SIGINT
2017-01-21 12:57:35 +00:00
tty: yes
restart: always