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-01-29 10:53:03 +00:00
|
|
|
VERSION: 1.7.18
|
|
|
|
image: particallydone/amd64_riotweb:v20
|
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-01-29 10:53:03 +00:00
|
|
|
VERSION: 1.26.0
|
|
|
|
image: particallydone/amd64_synapse:v41
|
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:
|
|
|
|
VERSION: 5cef0aaff2b8b6ee3e00b566123517e241d8cfb8
|
|
|
|
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
|
2020-09-12 09:15:07 +00:00
|
|
|
PREFIXV: stable/jitsi-meet_
|
2021-01-28 20:47:35 +00:00
|
|
|
VERSION: 5463
|
|
|
|
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-01-28 22:02:37 +00:00
|
|
|
PREFIXV: jitsi-meet_
|
2021-01-28 20:47:35 +00:00
|
|
|
VERSION: 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-01-28 22:02:37 +00:00
|
|
|
PREFIXV: jitsi-meet_
|
2021-01-28 20:47:35 +00:00
|
|
|
VERSION: 5463
|
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-01-28 22:02:37 +00:00
|
|
|
PREFIXV: jitsi-meet_
|
2021-01-28 20:47:35 +00:00
|
|
|
MEET_VERSION: 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-01-07 10:09:29 +00:00
|
|
|
VERSION: 0.6.0
|
|
|
|
image: superboum/plume:v2
|
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
|