From 514bacd4f673ad63153b392f7a39f5a5b06fb6c6 Mon Sep 17 00:00:00 2001 From: Clement FERRERE Date: Wed, 23 Feb 2022 17:44:17 +0100 Subject: [PATCH] =?UTF-8?q?dockerisation=20fonctionnelle=20mais=20cr=C3=A9?= =?UTF-8?q?ation=20de=20la=20base=20=C3=A0=20pr=C3=A9voir=20->=20script=20?= =?UTF-8?q?=C3=A0=20cr=C3=A9er=20et=20settings=20=C3=A0=20v=C3=A9rifier?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Collaborateur_Epa_Back/docker-compose.dcproj | 1 - Collaborateur_Epa_Back/docker-compose.override.yml | 7 ++----- 2 files changed, 2 insertions(+), 6 deletions(-) diff --git a/Collaborateur_Epa_Back/docker-compose.dcproj b/Collaborateur_Epa_Back/docker-compose.dcproj index 0bf187e..344a07b 100644 --- a/Collaborateur_Epa_Back/docker-compose.dcproj +++ b/Collaborateur_Epa_Back/docker-compose.dcproj @@ -9,7 +9,6 @@ espacecollab.backend.api - docker-compose.yml diff --git a/Collaborateur_Epa_Back/docker-compose.override.yml b/Collaborateur_Epa_Back/docker-compose.override.yml index f554f84..3c5310e 100644 --- a/Collaborateur_Epa_Back/docker-compose.override.yml +++ b/Collaborateur_Epa_Back/docker-compose.override.yml @@ -6,9 +6,6 @@ services: - ASPNETCORE_ENVIRONMENT=Development - ASPNETCORE_URLS=https://+:443;http://+:80 - ASPNETCORE_Kestrel__Certificates__Default__Password=password - - ASPNETCORE_Kestrel__Certificates__Default__Path=${APPDATA}/ASP.NET/Https/espacecollab.pfx - ports: - - "8001:80" - - "8000:443" + - ASPNETCORE_Kestrel__Certificates__Default__Path=/https/aspnetapp.pfx volumes: - - ${APPDATA}/ASP.NET/Https:/root/.aspnet/https:ro \ No newline at end of file + - ~/.aspnet/https:/https:ro \ No newline at end of file