Skip to content
Commit 42e5cdfe authored by Marco De Donno's avatar Marco De Donno
Browse files

App update

diff --git a/docker-compose.yml b/docker-compose.yml
index 444d79a..caaae92 100644
--- a/docker-compose.yml
+++ b/docker-compose.yml
@@ -3,7 +3,7 @@ services:
     db:
         image: postgres:11
         volumes:
-            - ./db/data:/var/lib/postgresql/data
+            - /media/mdedonno/nvme_ext/ICNML/db/data:/var/lib/postgresql/data
         environment:
             - POSTGRES_PASSWORD=icnml
         ports:
Submodule web/app 845c5db..48e227c:
  > Add the Exceptions for all raises
  > Add the issuer in the TOTP QRCode generation
  > Add the pycrypto library in the requirements
  > Only display the donors correctly set up in the 'all donors' admin page
  > Remove the useless "config.baseurl" from the generation of the routes
  > Remove useless semi-colon in the python code
  > Add the exception text to the raised exception
  > Add the check for login in the afis routes
  > Add the empty favicon route
  > Merge branch 'fix/thumbnail_store' into develop
  > Add text for the raise exception
  > Sort the AFIS page by donor id
parent eaa876eb
Loading
Loading
Loading
Pipeline #4932 passed with stages
in 14 seconds