mirror of
https://github.com/meysamhadeli/booking-microservices.git
synced 2026-05-03 19:41: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
|
- elasticsearch
|
||||||
- kibana
|
- kibana
|
||||||
volumes:
|
volumes:
|
||||||
- '${USERPROFILE}\.aspnet\https:/https/'
|
- ~/.aspnet/https:/https:ro
|
||||||
environment:
|
environment:
|
||||||
- 'ASPNETCORE_URLS=https://+;http://+'
|
- 'ASPNETCORE_URLS=https://+;http://+'
|
||||||
- ASPNETCORE_HTTPS_PORT=5001
|
- ASPNETCORE_HTTPS_PORT=5001
|
||||||
@ -54,7 +54,7 @@ services:
|
|||||||
- kibana
|
- kibana
|
||||||
- mongo
|
- mongo
|
||||||
volumes:
|
volumes:
|
||||||
- '${USERPROFILE}\.aspnet\https:/https/'
|
- ~/.aspnet/https:/https:ro
|
||||||
environment:
|
environment:
|
||||||
- 'ASPNETCORE_URLS=https://+;http://+'
|
- 'ASPNETCORE_URLS=https://+;http://+'
|
||||||
- ASPNETCORE_HTTPS_PORT=5003
|
- ASPNETCORE_HTTPS_PORT=5003
|
||||||
@ -85,7 +85,7 @@ services:
|
|||||||
- elasticsearch
|
- elasticsearch
|
||||||
- kibana
|
- kibana
|
||||||
volumes:
|
volumes:
|
||||||
- '${USERPROFILE}\.aspnet\https:/https/'
|
- ~/.aspnet/https:/https:ro
|
||||||
environment:
|
environment:
|
||||||
- 'ASPNETCORE_URLS=https://+;http://+'
|
- 'ASPNETCORE_URLS=https://+;http://+'
|
||||||
- ASPNETCORE_HTTPS_PORT=5005
|
- ASPNETCORE_HTTPS_PORT=5005
|
||||||
@ -117,7 +117,7 @@ services:
|
|||||||
- kibana
|
- kibana
|
||||||
- mongo
|
- mongo
|
||||||
volumes:
|
volumes:
|
||||||
- '${USERPROFILE}\.aspnet\https:/https/'
|
- ~/.aspnet/https:/https:ro
|
||||||
environment:
|
environment:
|
||||||
- 'ASPNETCORE_URLS=https://+;http://+'
|
- 'ASPNETCORE_URLS=https://+;http://+'
|
||||||
- ASPNETCORE_HTTPS_PORT=5012
|
- ASPNETCORE_HTTPS_PORT=5012
|
||||||
@ -150,7 +150,7 @@ services:
|
|||||||
- kibana
|
- kibana
|
||||||
- mongo
|
- mongo
|
||||||
volumes:
|
volumes:
|
||||||
- '${USERPROFILE}\.aspnet\https:/https/'
|
- ~/.aspnet/https:/https:ro
|
||||||
environment:
|
environment:
|
||||||
- 'ASPNETCORE_URLS=https://+;http://+'
|
- 'ASPNETCORE_URLS=https://+;http://+'
|
||||||
- ASPNETCORE_HTTPS_PORT=5010
|
- ASPNETCORE_HTTPS_PORT=5010
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user