1
0
mirror of https://github.com/vimagick/dockerfiles.git synced 2025-01-22 05:09:36 +02:00
dockerfiles/errbot/docker-compose.yml

9 lines
160 B
YAML
Raw Normal View History

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