This commit is contained in:
lumijiez
2025-05-05 00:37:41 +03:00
parent 505ba226ea
commit a9bee630e6
5 changed files with 23 additions and 8 deletions

View File

@@ -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"