mirror of
https://github.com/vimagick/dockerfiles.git
synced 2024-12-23 01:39:27 +02:00
11 lines
210 B
YAML
11 lines
210 B
YAML
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
|