forked from Deuxfleurs/infrastructure
.. | ||
blog-quentin | ||
coturn | ||
dovecot | ||
jitsi | ||
landing | ||
mariadb | ||
matrix-synapse | ||
opendkim | ||
pithos | ||
postfix | ||
postgres | ||
riotweb | ||
seafile | ||
sogo | ||
static | ||
webpull | ||
docker-compose.yml | ||
README.md |
How to upgrade our packaged apps to a new version?
- Edit
docker-compose.yml
- Change the
VERSION
variable to the desired version - Increment the docker image tag by 1 (eg: superboum/riot:v13 -> superboum/riot:v14)
- Run
docker-compose build
- Run
docker-compose push
- Done