diff --git a/compose.yml b/compose.yml index 2fd5fde..5d14f8f 100644 --- a/compose.yml +++ b/compose.yml @@ -37,7 +37,6 @@ services: environment: - KEYCLOAK_ADMIN=admin - KEYCLOAK_ADMIN_PASSWORD=${keycloak_admin_password:-admin} - #- KEYCLOAK_IMPORT=/opt/keycloak/realm/realm.json - KC_DB=postgres - KC_DB_URL=jdbc:postgresql://database:5432/identity - KC_DB_USERNAME=identity @@ -88,6 +87,7 @@ services: - benjaminpochat/viandeendirect-frontend-producer:latest args: REACT_APP_MODE: PRODUCER + REACT_APP_VERSION: ${DOCKER_IMAGE_TAG} image: benjaminpochat/viandeendirect-frontend-producer:${DOCKER_IMAGE_TAG} volumes: - ${frontend_producer_config_path:-./frontend-producer-config}:/usr/local/apache2/htdocs/config @@ -103,6 +103,7 @@ services: - benjaminpochat/viandeendirect-frontend-customer:latest args: REACT_APP_MODE: CUSTOMER + REACT_APP_VERSION: ${DOCKER_IMAGE_TAG} image: benjaminpochat/viandeendirect-frontend-customer:${DOCKER_IMAGE_TAG} volumes: - ${frontend_customer_config_path:-./frontend-customer-config}:/usr/local/apache2/htdocs/config diff --git a/frontend/app/src/domains/commons/components/Footer.tsx b/frontend/app/src/domains/commons/components/Footer.tsx index f3e1830..47383ec 100644 --- a/frontend/app/src/domains/commons/components/Footer.tsx +++ b/frontend/app/src/domains/commons/components/Footer.tsx @@ -56,6 +56,7 @@ export default function Footer() {  sur  www.flaticon.com +
{process?.env?.REACT_APP_MODE || 'version indéfinie'}
{displayGeneralTermsAndConditions()}