From cd6e948443bbbe382895af0f78d1b31e1609a2b4 Mon Sep 17 00:00:00 2001 From: Luke Murphy Date: Fri, 7 Aug 2020 11:31:58 +0200 Subject: [PATCH] Now that 5 is out, use DB_PASSWORD_FILE --- compose.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/compose.yml b/compose.yml index 64ae408..b90bd06 100644 --- a/compose.yml +++ b/compose.yml @@ -27,7 +27,7 @@ services: - "traefik.http.routers.invoiceninja.tls.certresolver=${LETS_ENCRYPT_ENV}" invoiceninja: - image: "invoiceninja/invoiceninja:4.5.18" + image: "invoiceninja/invoiceninja:5" volumes: - "public:/var/www/app/public" - "storage:/var/www/app/storage" @@ -45,9 +45,6 @@ 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