.. | ||
backup | ||
core/deploy | ||
directory | ||
dummy/secrets/dummy | ||
garage | ||
im | ||
jitsi | ||
nextcloud | ||
platoo | ||
plume | ||
postgres | ||
science/deploy | ||
seafile | ||
traefik | ||
web_static | ||
.gitignore | ||
docker-compose.yml | ||
README.md | ||
secretmgr.py |
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