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.
48 lines
1005 B
48 lines
1005 B
version: '3.4'
|
|
|
|
services:
|
|
admin-service:
|
|
environment:
|
|
- ASPNETCORE_ENVIRONMENT=Production
|
|
- ASPNETCORE_URLS=http://0.0.0.0:80
|
|
ports:
|
|
- "30010:80"
|
|
|
|
platform-service:
|
|
environment:
|
|
- ASPNETCORE_ENVIRONMENT=Production
|
|
- ASPNETCORE_URLS=http://0.0.0.0:80
|
|
ports:
|
|
- "30025:80"
|
|
|
|
messages-service:
|
|
environment:
|
|
- ASPNETCORE_ENVIRONMENT=Production
|
|
- ASPNETCORE_URLS=http://0.0.0.0:80
|
|
ports:
|
|
- "30020:80"
|
|
|
|
identity-server:
|
|
environment:
|
|
- ASPNETCORE_ENVIRONMENT=Production
|
|
- ASPNETCORE_URLS=http://0.0.0.0:80
|
|
ports:
|
|
- "44385:80"
|
|
|
|
apigateway-admin-service:
|
|
environment:
|
|
- ASPNETCORE_ENVIRONMENT=Production
|
|
- ASPNETCORE_URLS=http://0.0.0.0:80
|
|
ports:
|
|
- "30001:80"
|
|
|
|
apigateway-host-service:
|
|
environment:
|
|
- ASPNETCORE_ENVIRONMENT=Production
|
|
- ASPNETCORE_URLS=http://0.0.0.0:80
|
|
ports:
|
|
- "30000:80"
|
|
|
|
abp-vue-admin-client:
|
|
ports:
|
|
- "40000:80"
|
|
|