- May 05, 2022
-
-
Jake Dibble authored
-
Jake Dibble authored
-
- Mar 25, 2022
-
-
Marco De Donno authored
-
Jake Dibble authored
-
- Mar 16, 2022
-
-
Jake Dibble authored
-
- Mar 15, 2022
-
-
Jake Dibble authored
-
- Mar 11, 2022
-
-
Jake Dibble authored
-
Jake Dibble authored
-
Jake Dibble authored
-
- Mar 09, 2022
-
-
Jake Dibble authored
-
- Mar 04, 2022
-
-
Jake Dibble authored
-
- Mar 02, 2022
-
-
Jake Dibble authored
-
Jake Dibble authored
-
- Feb 25, 2022
-
-
Jake Dibble authored
-
- Feb 18, 2022
-
-
Jake Dibble authored
-
Jake Dibble authored
-
- Feb 09, 2022
-
-
Marco De Donno authored
Submodule web/app ee27362..1bf4369: > Merge branch '1-same-resolution-for-the-mark-and-reference-for-the-image-download-in-the-cnm-interface' into 'develop'
-
Marco De Donno authored
-
Marco De Donno authored
-
Marco De Donno authored
-
- Feb 03, 2022
-
-
Marco De Donno authored
-
- Feb 01, 2022
-
-
Marco De Donno authored
-
Marco De Donno authored
diff --git a/docker-compose.yml b/docker-compose.yml index 373f09a..3637170 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -1,18 +1,19 @@ version: '3.7' services: - db: - image: postgres:11 - volumes: - - ./db/data:/var/lib/postgresql/data - environment: - - POSTGRES_PASSWORD=icnml - ports: - - 127.0.0.1:5432:5432 + # db: + # image: postgres:11 + # volumes: + # - ./db/data:/var/lib/postgresql/data + # environment: + # - POSTGRES_PASSWORD=icnml + # ports: + # - 127.0.0.1:5432:5432 web: build: web - ports: - - 80:5000 + network_mode: host + # ports: + # - 80:5000 env_file: - env volumes: @@ -21,7 +22,7 @@ services: entrypoint: python2 dev.py depends_on: - redis - - db + # - db redis: build: redis diff --git a/web/Dockerfile b/web/Dockerfile index bedbe4c..f9b0b0f 100644 --- a/web/Dockerfile +++ b/web/Dockerfile @@ -14,7 +14,7 @@ RUN python2 /tmp/get-pip.py ################################################################################ # User configuration -RUN adduser --shell /bin/true --no-create-home --uid 999 --disabled-password --disabled-login icnml && \ +RUN adduser --shell /bin/true --no-create-home --uid 1000 --disabled-password --disabled-login icnml && \ sed -i -r "/^(icnml|root)/!d" /etc/group /etc/passwd && \ sed -i -r 's#^(.*):[^:]*$#\1:/sbin/nologin#' /etc/passwd Submodule web/app ee3b668..81a7d19: > Merge branch 'feature/cnm/admin_all_marks_quality' into develop
-
Marco De Donno authored
Submodule web/app 082293b..ee3b668: > Patch the configuration file > Add the REDIS_URL env variable
-
- Jan 29, 2022
-
-
Marco De Donno authored
-
Marco De Donno authored
-
Marco De Donno authored
-
- Jan 28, 2022
-
-
Marco De Donno authored
-
- Dec 13, 2021
-
-
Marco De Donno authored
Submodule web/app 872953b..2c91346: > Merge branch 'feature/cnm/admin_all_marks_quality' into develop
-
- Nov 18, 2021
-
-
Marco De Donno authored
Submodule web/library/NIST 641e709..1ff8a20: > Merge branch 'develop' into feature/XML Submodule web/library/PiAnoS f016e86..48dc229: > Add the 'get_print_id' function > Add the 'get_user_group_id' function
-
Marco De Donno authored
Submodule web/app cb10463..872953b: > Merge branch 'feature/cnm/admin_all_marks_quality' into develop Submodule web/library/NIST 641e709..1ff8a20: > Merge branch 'develop' into feature/XML Submodule web/library/PiAnoS f016e86..48dc229: > Add the 'get_print_id' function > Add the 'get_user_group_id' function
-
- Nov 12, 2021
-
-
Marco De Donno authored
Submodule web/library/MDmisc f1d0493..6d9f769: > Add the test for the 'up' parameter in the int_to_bin() function > Refactoring of the int_to_bin function
-
Marco De Donno authored
-
- Jul 17, 2021
-
-
Marco De Donno authored
-
- Jul 12, 2021
-
-
Marco De Donno authored
Submodule web/app contains modified content Submodule web/app 0fec9ab..cb10463: > Merge branch 'feature/cnm/split_incidentals_per_donor' into develop > Remove the link to the related files on the login page
-
- Jul 05, 2021
-
-
Marco De Donno authored
Submodule web/app contains modified content Submodule web/app d2e8056..0fec9ab: > Patch CNM images files to web standard
-
- Jun 29, 2021
-
-
Marco De Donno authored
Submodule web/app contains modified content Submodule web/app 8bd10d7..d2e8056: > Patch the creation of the thumbnail for the CNM image_auto_detect_format() function
-
Marco De Donno authored
Submodule web/app 3946b1f..8bd10d7: > Set the upload limit to 1014Mb for the CNM files
-
- Jun 28, 2021
-
-
Marco De Donno authored
Submodule web/app ebc7654..3946b1f: > Merge branch 'patch/afis_add_incidental_marks_as_target_folder' into develop
-
Marco De Donno authored
Submodule web/app 476d5a6..ebc7654: > Merge branch 'patch/afis_add_incidental_marks_as_target_folder' into develop
-