mirror of
https://github.com/meysamhadeli/booking-microservices.git
synced 2026-04-27 08:00:52 +08:00
feat: Fix volume path for add certificate
This commit is contained in:
parent
6627ed2c23
commit
6a410a7b05
@ -22,7 +22,7 @@ services:
|
||||
- elasticsearch
|
||||
- kibana
|
||||
volumes:
|
||||
- '${USERPROFILE}\.aspnet\https:/https/'
|
||||
- ~/.aspnet/https:/https:ro
|
||||
environment:
|
||||
- 'ASPNETCORE_URLS=https://+;http://+'
|
||||
- ASPNETCORE_HTTPS_PORT=5001
|
||||
@ -54,7 +54,7 @@ services:
|
||||
- kibana
|
||||
- mongo
|
||||
volumes:
|
||||
- '${USERPROFILE}\.aspnet\https:/https/'
|
||||
- ~/.aspnet/https:/https:ro
|
||||
environment:
|
||||
- 'ASPNETCORE_URLS=https://+;http://+'
|
||||
- ASPNETCORE_HTTPS_PORT=5003
|
||||
@ -85,7 +85,7 @@ services:
|
||||
- elasticsearch
|
||||
- kibana
|
||||
volumes:
|
||||
- '${USERPROFILE}\.aspnet\https:/https/'
|
||||
- ~/.aspnet/https:/https:ro
|
||||
environment:
|
||||
- 'ASPNETCORE_URLS=https://+;http://+'
|
||||
- ASPNETCORE_HTTPS_PORT=5005
|
||||
@ -117,7 +117,7 @@ services:
|
||||
- kibana
|
||||
- mongo
|
||||
volumes:
|
||||
- '${USERPROFILE}\.aspnet\https:/https/'
|
||||
- ~/.aspnet/https:/https:ro
|
||||
environment:
|
||||
- 'ASPNETCORE_URLS=https://+;http://+'
|
||||
- ASPNETCORE_HTTPS_PORT=5012
|
||||
@ -150,7 +150,7 @@ services:
|
||||
- kibana
|
||||
- mongo
|
||||
volumes:
|
||||
- '${USERPROFILE}\.aspnet\https:/https/'
|
||||
- ~/.aspnet/https:/https:ro
|
||||
environment:
|
||||
- 'ASPNETCORE_URLS=https://+;http://+'
|
||||
- ASPNETCORE_HTTPS_PORT=5010
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user