-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdocker-compose.dev.yml
28 lines (25 loc) · 958 Bytes
/
docker-compose.dev.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
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:/Source/Repos/aries.galile/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:/Source/Repos/aries.galile/certs/https:/https:ro
aries.service:
environment:
- ASPNETCORE_ENVIRONMENT=Development
- ASPNETCORE_URLS=http://+:6666
- HOST_IP=10.1.7.22:16666
volumes:
- D:/Source/Repos/aries.galile/certs/https:/https:ro