Add note about v4 -> v5 later migration

This commit is contained in:
Luke Murphy 2020-06-18 10:37:35 +02:00
parent 6f16d01de3
commit c27c3284ba
No known key found for this signature in database
GPG Key ID: 5E2EF5A63E3718CC
1 changed files with 4 additions and 1 deletions

View File

@ -27,7 +27,7 @@ services:
- "traefik.http.routers.invoiceninja.tls.certresolver=${LETS_ENCRYPT_ENV}"
invoiceninja:
image: "invoiceninja/invoiceninja:5.0.4"
image: "invoiceninja/invoiceninja:4.5.18"
volumes:
- "public:/var/www/app/public"
- "storage:/var/www/app/storage"
@ -45,6 +45,9 @@ services:
- APP_URL=${DOMAIN}
- DB_DATABASE=ninja
- DB_HOST=mariadb
# Note(decentral1se): this isnt supported until the v5 tag stabilises so
# when you end up on the initial /setup URL, you need to copy in the
# password. Once v5 is out, this will be seemless
- DB_PASSWORD_FILE=/run/secrets/db_passwd
- DB_STRICT=false
- DB_TYPE=mysql