WORKS
This commit is contained in:
@@ -7,6 +7,9 @@
|
||||
dockerfile: src/Printbase.WebApi/Dockerfile
|
||||
ports:
|
||||
- "${WEBAPI_PORT}:8080"
|
||||
environment:
|
||||
- ConnectionStrings__DefaultConnection=Server=db;Database=PrintbaseDb;User Id=sa;Password=${SA_PASSWORD};TrustServerCertificate=True;
|
||||
- ASPNETCORE_ENVIRONMENT=Development
|
||||
depends_on:
|
||||
- db
|
||||
|
||||
@@ -29,4 +32,4 @@
|
||||
SA_PASSWORD: "${SA_PASSWORD}"
|
||||
ACCEPT_EULA: "Y"
|
||||
ports:
|
||||
- "${SQL_PORT}:1433"
|
||||
- "${SQL_PORT}:1433"
|
||||
Reference in New Issue
Block a user