first coomit

This commit is contained in:
2020-08-10 12:58:54 +08:00
commit 5c00a2534b
16 changed files with 307 additions and 0 deletions
+16
View File
@@ -0,0 +1,16 @@
version: "3"
services:
test:
build:
context: ..
dockerfile: ./nbarest/Dockerfile.service
ports:
- "8181:8181"
links:
- mongodb
mongodb:
image: mongo
ports:
- "27017:27017"