Skip to content

Commit 7afba2b

Browse files
authored
Update compose yml (#85)
Fixed a network error with the database when accessing the webapp on the web
2 parents 0eb6404 + 289b178 commit 7afba2b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docker-compose.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ services:
1212
- monitor-net
1313
environment:
1414
- MONGODB_URI=mongodb://mongodb:27017/yovi
15+
- ALLOWED_ORIGINS=http://localhost,http://localhost:3000,http://localhost:80
1516

1617
webapp:
1718
build:

0 commit comments

Comments
 (0)