You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -89,14 +89,14 @@ The client build/static-files will be served with nginx server and will be expos
89
89
#### Environment Variables
90
90
91
91
Enviornment variables are located in `./client/.env` but can be declared into the dockerfile itself under ENV or in the docker compose file under enviornemt property.
92
-
**In order to o use docker stack deploy** its needed to use one of the other options and not env_file.
92
+
**In order to use docker stack deploy** its needed to use one of the other options and not env_file.
93
93
94
94
**note that nginx server has a minimalistic configuration**
95
95
96
96
## Data-base
97
97
98
98
Postgres data-base is created with an official postgres image which can be found in docker hub https://hub.docker.com/_/postgres
99
-
the data-base will be initialized with ./database/initdb.sql script. feel free to change it to your own needs.
99
+
the data-base will be initialized with `./database/initdb.sql` script. feel free to change it to your own needs.
100
100
101
101
Enviornment variables will be located in `./database/.env`
102
102
and will contain our database credentials :
@@ -114,7 +114,7 @@ Volumes of our database will be located in `./database/data`
114
114
115
115
## Server
116
116
117
-
Server is located in ./projec-name/server using express.
117
+
Server is located in `./projec-name/server` using express.
0 commit comments