This repository has been archived on 2023-03-15. You can view files and clone it, but cannot push or open issues or pull requests.
infrastructure/app/build
2021-01-13 19:17:28 +01:00
..
alps Add alps container 2020-12-04 13:42:20 +01:00
backup-consul Add timestamp to backup 2020-11-15 20:14:19 +01:00
blog-quentin Refactor 2 2020-09-12 20:17:07 +02:00
coturn Refactor 2 2020-09-12 20:17:07 +02:00
dovecot Add missing dovecot conf files 2020-11-27 14:41:57 +01:00
jitsi-conference-focus Finally it seems to work 2020-09-13 11:46:14 +02:00
jitsi-meet Migrate jitsi 2020-12-23 15:55:17 +01:00
jitsi-videobridge Use jre headless for more leightweight images 2020-09-13 09:48:04 +00:00
jitsi-xmpp Migrate jitsi 2020-12-23 15:55:17 +01:00
landing Refactor 2 2020-09-12 20:17:07 +02:00
mariadb Port seafile 2020-10-28 15:09:51 +01:00
matrix-synapse Refactor 2 2020-09-12 20:17:07 +02:00
nextcloud Refactor 2 2020-09-12 20:17:07 +02:00
opendkim Refactor 2 2020-09-12 20:17:07 +02:00
plume Upgrade plume 2021-01-07 11:09:29 +01:00
postfix Migrate Nomad job for emails 2020-12-22 16:40:36 +01:00
postgres Refactor 2 2020-09-12 20:17:07 +02:00
riotweb Update Riot+Matrix 2021-01-13 19:17:28 +01:00
seafile Refactor 2 2020-09-12 20:17:07 +02:00
sogo Refactor 2 2020-09-12 20:17:07 +02:00
static Refactor 2 2020-09-12 20:17:07 +02:00
webpull Refactor 2 2020-09-12 20:17:07 +02:00
docker-compose.yml Update Riot+Matrix 2021-01-13 19:17:28 +01:00
README.md Refactor 2 2020-09-12 20:17:07 +02:00

How to upgrade our packaged apps to a new version?

  1. Edit docker-compose.yml
  2. Change the VERSION variable to the desired version
  3. Increment the docker image tag by 1 (eg: superboum/riot:v13 -> superboum/riot:v14)
  4. Run docker-compose build
  5. Run docker-compose push
  6. Done