Skip to content

Commit

Permalink
ITSM-4194: Added docker-compose file for Telegram - IRC bridge bot
Browse files Browse the repository at this point in the history
  • Loading branch information
PermissionError committed Jan 1, 2020
1 parent ab27eb9 commit 59d9b78
Show file tree
Hide file tree
Showing 3 changed files with 30 additions and 0 deletions.
16 changes: 16 additions & 0 deletions files/teleirc/.env
@@ -0,0 +1,16 @@
$ANSIBLE_VAULT;1.1;AES256
35336230656534313434636165633962613038393636303939646135346133636437646438353038
3939633164356130363435313431666665626135616332380a643461363536353664656339383038
35623134653863353266333564643963373833356134343035353934393761363632313336646365
3433393065613638300a356135643937386333653937383830646238366466383236633034633766
30393765613665663339633731333065636663326535323264663066663830623062646665666638
64636166373537656436373034313766616565626361663264636665646636333036383466396631
36336237626566336537653362636334643435333736363430383564663537616264323365616431
36313932376133393565666530363532653663343163383733623064396263623432663537376231
65306239343263333438633430663762306630373733643561366439646237383630653466343562
36656530373165353866646463396335643263396334633465653661656432333032636261343231
36373664623162653230663830613038333564623233653266656238333337333134636533653332
35396564373632643536336236326430623334616631633162303762343631316330653630313631
32353435623033613163646131336136653331313963656364366135306338366136633835646663
66646363316533623136326433393661313763323964326162656666313238656239343461363635
386432306238373663306232653830396237
2 changes: 2 additions & 0 deletions files/teleirc/README.md
@@ -0,0 +1,2 @@
# Description
Runs [teleirc](https://github.com/RITlug/teleirc/) as a docker-compose service. All credentials are configured via the `.env` file. Currently, the service only supports a single IRC <-> Telegram pair.
12 changes: 12 additions & 0 deletions files/teleirc/docker-compose.yml
@@ -0,0 +1,12 @@
version: '3'

services:
teleirc:
image: openmrsinfra/teleirc:v1.3.3
command: teleirc
user: teleirc
env_file:
- .env
healthcheck:
test: "exit 0"
restart: always

0 comments on commit 59d9b78

Please sign in to comment.