ITEM_HOST

This commit is contained in:
mr
2025-04-01 10:07:11 +02:00
parent 752446dd40
commit 66b4a2b226
28 changed files with 87 additions and 1365 deletions

View File

@@ -46,7 +46,7 @@ At the root of the project : `flutter run`
For development purpose open a chrome without CORS : `google-chrome --disable-web-security`
At the root of the project :
- `docker build . -t oc-front`
if localisation services change : `docker build -t oc-front --build-arg WORKSPACE_HOST=<SERVICE URL> --build-arg WORKFLOW_HOST=<SERVICE URL> --build-arg SEARCH_HOST=<SERVICE URL> --build-arg ITEM_HOST=<SERVICE URL> .`
if localisation services change : `docker build -t oc-front --build-arg WORKSPACE_HOST=<SERVICE URL> --build-arg WORKFLOW_HOST=<SERVICE URL> --build-arg SEARCH_HOST=<SERVICE URL> --build-arg CATALOG_HOST=<SERVICE URL> .`
- `docker-compose up -d --build --force-recreate`