Skip to content

Commit 31344dc

Browse files
authored
Update README.md
1 parent 93b75c8 commit 31344dc

File tree

1 file changed

+8
-5
lines changed

1 file changed

+8
-5
lines changed

README.md

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -81,11 +81,6 @@ and you can see the logs using:
8181
docker logs <container id> -f --tail 100
8282
```
8383

84-
To do:
85-
-
86-
- Create global environment config for all containers
87-
- Prepare all containers for use docker stack deploy
88-
8984

9085
Install and running app without Docker
9186
-
@@ -102,13 +97,21 @@ npm run dashboard-development; # compile dashboard in development mode and watch
10297
npm run dashboard-production; # compile dashboard in production mode
10398
```
10499

100+
105101
Test
106102
-
107103
If you don't edit nothing about default ports from config.js
108104

109105
Now enter to: localhost:3000 and fill the setup form.
110106

111107

108+
To do:
109+
-
110+
- Create global environment config for all containers
111+
- Prepare all containers for use docker stack deploy
112+
- Create complete documentation page
113+
114+
112115
## Email:
113116
eduardobc.88@gmail.com
114117

0 commit comments

Comments
 (0)