File tree Expand file tree Collapse file tree 3 files changed +6
-20
lines changed Expand file tree Collapse file tree 3 files changed +6
-20
lines changed Original file line number Diff line number Diff line change @@ -14,16 +14,21 @@ this will allow for a more scalable tagging experience.
14
14
- mongodb: Dockerfile for MongoDB server
15
15
- tagging service: Python Flask server
16
16
17
-
18
17
## Usage
18
+
19
19
The application is entirely dockerized and as such can be run as long as Docker is installed, to run it:
20
+
20
21
```
21
22
cd python-react-tagging-standalone
22
23
docker-compose up -d # development
23
24
docker-compose -f docker-compose-deploy.yml up -d # deployment
24
25
```
26
+
25
27
then connect to http://localhost:8080/
26
28
29
+ In the case of deploying the application it is required to set
30
+ ` TAGGING_SERVICE_URL=<host-url>:5000 ` inside the file ` frontend/.env.prod ` .
31
+
27
32
To stop the containers
28
33
29
34
```
Load Diff This file was deleted.
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments