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.
58 lines
1.2 KiB
58 lines
1.2 KiB
version: '3.4'
|
|
|
|
services:
|
|
admin-service:
|
|
environment:
|
|
- ASPNETCORE_ENVIRONMENT=Production
|
|
- ASPNETCORE_URLS=http://0.0.0.0:80
|
|
ports:
|
|
- "30010:80"
|
|
|
|
identity-server-admin:
|
|
environment:
|
|
- ASPNETCORE_ENVIRONMENT=Production
|
|
- ASPNETCORE_URLS=http://0.0.0.0:80
|
|
ports:
|
|
- "30015:80"
|
|
|
|
localization-service:
|
|
environment:
|
|
- ASPNETCORE_ENVIRONMENT=Production
|
|
- ASPNETCORE_URLS=http://0.0.0.0:80
|
|
ports:
|
|
- "30030: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-sts:
|
|
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"
|
|
|