1
0
mirror of https://github.com/vimagick/dockerfiles.git synced 2024-12-10 11:10:27 +02:00
dockerfiles/errbot/docker-compose.yml

9 lines
160 B
YAML
Raw Normal View History

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