Added frontend uri env in model container
This commit is contained in:
@@ -65,6 +65,10 @@ services:
|
|||||||
restart: no
|
restart: no
|
||||||
security_opt:
|
security_opt:
|
||||||
- no-new-privileges:true
|
- no-new-privileges:true
|
||||||
|
ports:
|
||||||
|
- "8081:8081"
|
||||||
|
environment:
|
||||||
|
- FRONTEND_URI=http://localhost:3000
|
||||||
networks:
|
networks:
|
||||||
- cropcompass-ntwk
|
- cropcompass-ntwk
|
||||||
depends_on:
|
depends_on:
|
||||||
|
|||||||
Reference in New Issue
Block a user