-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdocker-compose.override.yml
31 lines (28 loc) · 1.05 KB
/
docker-compose.override.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
version: '3.4'
services:
aries.galaxy.query:
environment:
- ASPNETCORE_ENVIRONMENT=Development
- ASPNETCORE_URLS=https://+:6666
- ASPNETCORE_Kestrel__Certificates__Default__Password=000000
- ASPNETCORE_Kestrel__Certificates__Default__Path=/https/certificate.pfx
volumes:
- D:/BigData&AI/aries/aries/certs/https:/https:ro
aries.galileo.query:
environment:
- ASPNETCORE_ENVIRONMENT=Development
- ASPNETCORE_URLS=https://+:6666
- ASPNETCORE_Kestrel__Certificates__Default__Password=000000
- ASPNETCORE_Kestrel__Certificates__Default__Path=/https/certificate.pfx
volumes:
- D:/BigData&AI/aries/aries/certs/https:/https:ro
aries.service:
environment:
- ASPNETCORE_ENVIRONMENT=Development
- ASPNETCORE_URLS=http://+:6666
- HOST_IP=10.1.7.22:16666
- SWAGGER_NAME=JustinSong
- SWAGGER_URL=http://www.miic.com.cn
volumes:
- D:/BigData&AI/aries/aries/certs/https:/https:ro