2020-09-12 08:03:48 +00:00
|
|
|
version: '3.4'
|
|
|
|
services:
|
|
|
|
|
2020-10-28 14:09:51 +00:00
|
|
|
mariadb:
|
|
|
|
build:
|
2021-01-16 16:07:01 +00:00
|
|
|
context: ./seafile/build/mariadb
|
2020-10-28 14:09:51 +00:00
|
|
|
args:
|
|
|
|
VERSION: 4 # fake for now
|
|
|
|
image: superboum/amd64_mariadb:v4
|
|
|
|
|
2020-09-12 08:03:48 +00:00
|
|
|
# Instant Messaging
|
|
|
|
riot:
|
|
|
|
build:
|
2021-01-16 16:07:01 +00:00
|
|
|
context: ./im/build/riotweb
|
2020-09-12 08:03:48 +00:00
|
|
|
args:
|
|
|
|
# https://github.com/vector-im/riot-web/releases
|
2021-05-18 13:26:41 +00:00
|
|
|
VERSION: 1.7.28
|
|
|
|
image: superboum/amd64_riotweb:v23
|
2020-09-12 08:03:48 +00:00
|
|
|
|
|
|
|
synapse:
|
|
|
|
build:
|
2021-01-16 16:07:01 +00:00
|
|
|
context: ./im/build/matrix-synapse
|
2020-09-12 08:03:48 +00:00
|
|
|
args:
|
|
|
|
# https://github.com/matrix-org/synapse/releases
|
2021-06-04 17:48:50 +00:00
|
|
|
VERSION: 1.35.1
|
|
|
|
# https://github.com/matrix-org/synapse-s3-storage-provider/commits/main
|
|
|
|
S3_VERSION: 3c3fafd6a2624f05fd396d9e003501bf8bef7b2e
|
|
|
|
image: superboum/amd64_synapse:v45
|
2020-09-12 08:03:48 +00:00
|
|
|
|
|
|
|
# Email
|
|
|
|
sogo:
|
|
|
|
build:
|
2021-01-16 16:07:01 +00:00
|
|
|
context: ./email/build/sogo
|
2020-09-12 08:03:48 +00:00
|
|
|
args:
|
|
|
|
# fake for now
|
|
|
|
VERSION: 5.0.0
|
|
|
|
image: superboum/amd64_sogo:v7
|
|
|
|
|
2020-12-04 12:42:20 +00:00
|
|
|
alps:
|
|
|
|
build:
|
2021-01-16 16:07:01 +00:00
|
|
|
context: ./email/build/alps
|
2020-12-04 12:42:20 +00:00
|
|
|
args:
|
2021-03-08 16:32:05 +00:00
|
|
|
VERSION: 9bafa64b9d
|
2020-12-04 12:42:20 +00:00
|
|
|
image: superboum/amd64_alps:v1
|
|
|
|
|
2020-09-12 08:03:48 +00:00
|
|
|
# VoIP
|
|
|
|
jitsi-meet:
|
|
|
|
build:
|
2021-01-16 16:07:01 +00:00
|
|
|
context: ./jitsi/build/jitsi-meet
|
2020-09-12 08:03:48 +00:00
|
|
|
args:
|
|
|
|
# https://github.com/jitsi/jitsi-meet
|
2021-02-01 07:40:59 +00:00
|
|
|
MEET_TAG: jitsi-meet_5463
|
2021-01-28 20:47:35 +00:00
|
|
|
image: superboum/amd64_jitsi_meet:v4
|
2020-09-12 08:03:48 +00:00
|
|
|
|
2020-09-12 18:01:34 +00:00
|
|
|
jitsi-conference-focus:
|
2020-09-12 08:03:48 +00:00
|
|
|
build:
|
2021-01-16 16:07:01 +00:00
|
|
|
context: ./jitsi/build/jitsi-conference-focus
|
2020-09-12 08:03:48 +00:00
|
|
|
args:
|
|
|
|
# https://github.com/jitsi/jicofo
|
2021-02-01 06:48:50 +00:00
|
|
|
JICOFO_TAG: jitsi-meet_5463
|
2021-01-20 14:44:42 +00:00
|
|
|
image: superboum/amd64_jitsi_conference_focus:v7
|
2020-09-12 08:03:48 +00:00
|
|
|
|
|
|
|
jitsi-videobridge:
|
|
|
|
build:
|
2021-01-16 16:07:01 +00:00
|
|
|
context: ./jitsi/build/jitsi-videobridge
|
2020-09-12 08:03:48 +00:00
|
|
|
args:
|
|
|
|
# https://github.com/jitsi/jitsi-videobridge
|
2021-02-01 06:48:50 +00:00
|
|
|
# note: JVB is not tagged with non-stable tags
|
|
|
|
JVB_TAG: stable/jitsi-meet_5390
|
2021-01-20 14:44:42 +00:00
|
|
|
image: superboum/amd64_jitsi_videobridge:v17
|
2020-09-12 08:03:48 +00:00
|
|
|
|
|
|
|
jitsi-xmpp:
|
|
|
|
build:
|
2021-01-16 16:07:01 +00:00
|
|
|
context: ./jitsi/build/jitsi-xmpp
|
2020-09-12 08:03:48 +00:00
|
|
|
args:
|
2021-02-01 07:40:59 +00:00
|
|
|
MEET_TAG: jitsi-meet_5463
|
2021-01-28 20:05:10 +00:00
|
|
|
PROSODY_VERSION: 0.11.7-1~buster4
|
2021-01-28 17:55:56 +00:00
|
|
|
image: superboum/amd64_jitsi_xmpp:v9
|
2020-10-15 19:20:11 +00:00
|
|
|
|
|
|
|
plume:
|
|
|
|
build:
|
2021-01-16 16:07:01 +00:00
|
|
|
context: ./plume/build/plume
|
2020-10-15 19:20:11 +00:00
|
|
|
args:
|
2021-05-03 17:09:50 +00:00
|
|
|
VERSION: 5424f9110f8749eb7d9f01b44ac8074fc13e0e68
|
2021-04-19 08:50:38 +00:00
|
|
|
image: superboum/plume:v3
|
2020-12-22 15:40:36 +00:00
|
|
|
|
|
|
|
postfix:
|
|
|
|
build:
|
2021-01-16 16:07:01 +00:00
|
|
|
context: ./email/build/postfix
|
2020-12-22 15:40:36 +00:00
|
|
|
args:
|
|
|
|
# https://packages.debian.org/fr/buster/postfix
|
|
|
|
VERSION: 3.4.14-0+deb10u1
|
|
|
|
image: superboum/amd64_postfix:v3
|
2021-03-06 18:52:13 +00:00
|
|
|
|
2021-03-07 11:18:08 +00:00
|
|
|
postgres:
|
|
|
|
build:
|
|
|
|
args:
|
|
|
|
# https://github.com/sorintlab/stolon/releases
|
2021-07-02 11:10:49 +00:00
|
|
|
STOLON_VERSION: 057389f7e484ee1d5c1e1a7020256020e7413c87
|
2021-03-07 11:18:08 +00:00
|
|
|
context: ./postgres/build/postgres
|
2021-07-02 12:45:59 +00:00
|
|
|
image: superboum/amd64_postgres:v9
|
2021-03-07 11:18:08 +00:00
|
|
|
|
2021-03-06 18:52:13 +00:00
|
|
|
backup-consul:
|
|
|
|
build:
|
|
|
|
context: ./backup/build/backup-consul
|
|
|
|
image: lxpz/backup_consul:12
|
|
|
|
|
|
|
|
backup-matrix:
|
|
|
|
build:
|
|
|
|
context: ./backup/build/backup-matrix
|
2021-04-17 10:21:13 +00:00
|
|
|
image: superboum/backup_matrix:4
|