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

OpenDev is moving back to docker.io in order to keep functional
speculative container image testing.

Change-Id: I748772eb92ddb608df8e10b84ce814ae17af9e18
2023-05-24 13:17:54 -07:00

18 lines
477 B
YAML

# Version 2 is the latest that is supported by docker-compose in
# Ubuntu Xenial.
version: '2'
services:
eavesdrop:
image: docker.io/opendevorg/matrix-eavesdrop:latest
network_mode: host
restart: always
logging:
driver: syslog
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