You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
37 lines
514 B
37 lines
514 B
version: '3.4'
|
|
|
|
services:
|
|
webmvc:
|
|
environment:
|
|
- ASPNETCORE_ENVIRONMENT=Development
|
|
ports:
|
|
- "80"
|
|
|
|
usercenter:
|
|
environment:
|
|
- ASPNETCORE_ENVIRONMENT=Development
|
|
ports:
|
|
- "80"
|
|
|
|
|
|
iotcenter:
|
|
environment:
|
|
- ASPNETCORE_ENVIRONMENT=Development
|
|
ports:
|
|
- "80"
|
|
|
|
|
|
jobserver:
|
|
environment:
|
|
- ASPNETCORE_ENVIRONMENT=Development
|
|
ports:
|
|
- "80"
|
|
|
|
|
|
webspa:
|
|
environment:
|
|
- ASPNETCORE_ENVIRONMENT=Development
|
|
ports:
|
|
- "80"
|
|
|