2
0
mirror of https://github.com/vimagick/dockerfiles.git synced 2025-12-26 23:21:36 +01:00

update errbot

This commit is contained in:
kev
2024-05-14 17:22:33 +08:00
parent 7d225a8f8e
commit 2c73b5e086
6 changed files with 30 additions and 88 deletions

View File

@@ -1,8 +1,10 @@
errbot:
image: vimagick/errbot
volumes:
- ./data:/home/errbot
- /usr/lib/python3.5/site-packages
stop_signal: SIGINT
tty: yes
restart: always
version: "3.8"
services:
errbot:
image: vimagick/errbot
volumes:
- ./data:/opt/errbot
- /usr/lib/python3.11/site-packages
stop_signal: SIGINT
tty: true
restart: unless-stopped