
This moves accessbot, ircbot, and matrix-eavesdrop to quay.io. We also update the base image location to source from quay.io as these images have moved. Change-Id: I03fdfd382e42542f1da25188deabe017d0cbd772
19 lines
460 B
YAML
19 lines
460 B
YAML
# Version 2 is the latest that is supported by docker-compose in
|
|
# Ubuntu Xenial.
|
|
version: '2'
|
|
|
|
services:
|
|
ircbot:
|
|
image: quay.io/opendevorg/ircbot:latest
|
|
network_mode: host
|
|
restart: always
|
|
logging:
|
|
driver: syslog
|
|
options:
|
|
tag: "docker-ircbot"
|
|
environment:
|
|
# This allows the meetbot plugin to find our config
|
|
PYTHONPATH: /var/lib/limnoria/ircmeeting
|
|
volumes:
|
|
- /var/lib/limnoria:/var/lib/limnoria
|