docs: remove manual upgrade instructions as they are automatic now

This commit is contained in:
Jens Langhammer
2020-09-10 13:04:51 +02:00
parent 031a3d8719
commit 95a1c7b6d5
2 changed files with 11 additions and 60 deletions

View File

@ -21,10 +21,10 @@ wget https://raw.githubusercontent.com/BeryJu/passbook/master/docker-compose.yml
# export PG_PASS=$(pwgen 40 1)
docker-compose pull
docker-compose up -d
docker-compose exec server ./manage.py migrate
docker-compose run --rm server migrate
```
The compose file references the current latest version, which can be overridden with the `SERVER_TAG` environment variable.
The compose file statically references the latest version available at the time of downloading, which can be overridden with the `SERVER_TAG` environment variable.
If you plan to use this setup for production, it is also advised to change the PostgreSQL password by setting `PG_PASS` to a password of your choice.