Skip to content

Commit f8ef211

Browse files
committed
Fix docker-compose-frontend.yml
1 parent 1dbc22c commit f8ef211

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docker/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -198,4 +198,4 @@ To upload the results of the analysis to the frontend, use:
198198
docker-compose -f docker-compose.yml -f docker-compose-dev.yml -f docker-compose-frontend.yml run --rm backend bash
199199
```
200200

201-
The result will be available at: http://localhost:20009/map?useDev=all
201+
The result will be available at: http://127.0.0.1:8080/fr/issues/open?item=xxxx&useDevItem=all

docker/docker-compose-frontend.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ services:
77
source: ../osmose_config_password-example.py
88
target: /opt/osmose-backend/osmose_config_password.py
99
environment:
10-
- URL_FRONTEND_UPDATE=http://frontend:20009/control/send-update
10+
- URL_FRONTEND_UPDATE=http://api:20009/control/send-update
1111
networks:
1212
- osmose-frontend
1313

0 commit comments

Comments
 (0)