mirror of https://github.com/abpframework/abp
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
18 lines
451 B
18 lines
451 B
version: '3.4'
|
|
|
|
services:
|
|
sqlserver:
|
|
environment:
|
|
- SA_PASSWORD=yourStrong(!)Password
|
|
- ACCEPT_EULA=Y
|
|
ports:
|
|
- "1433:1433"
|
|
|
|
volo-docs:
|
|
environment:
|
|
- ConnectionString=Server=sqlserver;Database=VoloDocs;Trusted_Connection=True;MultipleActiveResultSets=true;User=sa;Password=yourStrong(!)Password;Integrated Security=false
|
|
- Title=VoloDocs
|
|
- LogoUrl=/assets/images/Logo.png
|
|
ports:
|
|
- "80:80"
|