File tree 1 file changed +16
-0
lines changed
1 file changed +16
-0
lines changed Original file line number Diff line number Diff line change @@ -189,6 +189,22 @@ Auto accept any connections, default 0.
189
189
White list of origins allowed to connect, default is '* '.
190
190
Multiple origins can be separated by a ',' e.g localhost,example.com,192.168.33.10.
191
191
192
+ # Docker
193
+
194
+ You can run the containers using:
195
+
196
+ docker-compose up
197
+
198
+ The above will build the images if they do not exist and then start the containers.
199
+ By default you can access the container at http://localhost:7777/index.html
200
+
201
+ You can use the following ` npm ` scripts for testing:
202
+
203
+ npm run docker:insert -- --title=foo --content=bar --image=example
204
+ npm run docker:update -- --id=1 --title=foo --content=bar --image=example
205
+ npm run docker:select -- --id=1
206
+ npm run docker:delete -- --id=1
207
+
192
208
# Testing
193
209
194
210
You can then test the behavior by running queries against your database:
You can’t perform that action at this time.
0 commit comments