-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathdocker-compose.yml
21 lines (21 loc) · 972 Bytes
/
docker-compose.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
version: '3.5'
services:
visitor-book:
image: erengaygusuz/visitor-book:0.0.3
environment:
- ASPNETCORE_ENVIRONMENT=Development
- ASPNETCORE_URLS=https://+:443;http://+:80
- ASPNETCORE_Kestrel__Certificates__Default__Password=524746EREN-g
- ASPNETCORE_Kestrel__Certificates__Default__Path=/https/localhost.pfx
- ConnectionString=Server=192.168.1.152;Database=VisitorBookDb;User ID=sa;Password=524746EREN-g;Integrated Security=False;Connect Timeout=30;Encrypt=False;TrustServerCertificate=False;ApplicationIntent=ReadWrite;MultiSubnetFailover=False
- EmailSettings__Host=smtp.gmail.com
- EmailSettings__Port=587
- EmailSettings__Email=erengaygusuz1992@gmail.com
- EmailSettings__Password=pyqskkjmzucjgwcg
- EmailSettings__SSLCertificate=true
ports:
- "5000:80"
- "5001:443"
volumes:
- C:\Users\gaygu\.aspnet\https:/https/
- E:\DownloadedFiles\StaticFiles:/app/StaticFiles