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/docker
Quentin d13352910d Add upgrade documentation 2020-06-02 12:26:41 +02:00
..
blog-quentin [blog-quentin] new article 2019-08-06 14:47:18 +02:00
coturn Initial commit 2019-07-11 09:33:07 +02:00
dovecot Initial commit 2019-07-11 09:33:07 +02:00
jitsi Fix front version 2020-04-27 19:02:00 +02:00
landing [website] move website outside repo and WIP static http server with rebuild option 2020-03-01 20:21:20 +01:00
mariadb Rebuilding mariadb image was needed... 2019-10-10 17:51:35 +02:00
matrix-synapse Add upgrade documentation 2020-06-02 12:26:41 +02:00
opendkim Initial commit 2019-07-11 09:33:07 +02:00
pithos Add pithos container 2020-01-15 16:51:59 +01:00
postfix Initial commit 2019-07-11 09:33:07 +02:00
postgres Initial commit 2019-07-11 09:33:07 +02:00
riotweb Add upgrade documentation 2020-06-02 12:26:41 +02:00
seafile Merge branch 'master' of gitlab.com:superboum/deuxfleurs.fr 2019-12-04 16:54:59 +01:00
sogo Initial commit 2019-07-11 09:33:07 +02:00
static Initial commit 2019-07-11 09:33:07 +02:00
webpull Improve webpull 2020-04-21 12:38:15 +02:00
README.md Add upgrade documentation 2020-06-02 12:26:41 +02:00
docker-compose.yml Add upgrade documentation 2020-06-02 12:26:41 +02:00

README.md

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