Files
system-config/playbooks/roles/matrix-eavesdrop/files/docker-compose.yaml
Clark Boylan 8ea06372e1 Reapply "Move system-config irc bots into quay.io"
This reverts commit 8ccab5e967.

We reverted this change originally due to problems discovered with
docker pulling images from locations other than docker hub. The
eavesdrop server has since been updated to Ubuntu Noble and runs the
containers with podman which has no issues with alternative image
locations. Switch back to publishing the containers on quay.io.

Note this change revers the old change but does make some slight edits
to resolve conflicts around python base image versions.

Change-Id: Ic3a7d59f0ba57e93fca2dff800f1b490daab8f14
2025-08-06 09:15:42 -07:00

14 lines
381 B
YAML

services:
eavesdrop:
image: quay.io/opendevorg/matrix-eavesdrop:latest
network_mode: host
restart: always
logging:
driver: journald
options:
tag: "docker-matrix-eavesdrop"
volumes:
- /var/lib/matrix-eavesdrop/data:/data
- /var/lib/matrix-eavesdrop/config:/config
- /var/lib/limnoria/opendev/logs/ChannelLogger/oftc:/logs