first commit

This commit is contained in:
2020-08-14 10:21:12 +08:00
parent 5c00a2534b
commit 4ac29d32e0
8 changed files with 41 additions and 2 deletions
+13 -1
View File
@@ -1,7 +1,8 @@
version: "3"
services:
test:
playerser:
container_name: "playerser"
build:
context: ..
dockerfile: ./nbarest/Dockerfile.service
@@ -11,6 +12,17 @@ services:
- mongodb
mongodb:
container_name: "mongodb"
image: mongo
ports:
- "27017:27017"
front:
container_name: "front"
build:
context: .
dockerfile: ./Dockerfile
ports:
- "80:80"
links:
- playerser