Skip to content

Commit

Permalink
deleted unused files, commented out second instance
Browse files Browse the repository at this point in the history
  • Loading branch information
macel94 committed Jan 12, 2024
1 parent 05f1729 commit 5784127
Show file tree
Hide file tree
Showing 5 changed files with 18 additions and 42 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,6 @@
<ItemGroup>
<Folder Include="Properties" />
<Folder Include="Snapshots" />
<Folder Include="Scripts" />
</ItemGroup>
<ItemGroup>
<Build Include="dbo.Room.sql" />
Expand All @@ -138,7 +137,5 @@
<ItemGroup>
<None Include="Blazorpong.Database.AzureSql.localcontainer.publish.xml" />
<None Include="Snapshots\v0.dacpac" />
<None Include="Dockerfile" />
<None Include="Scripts\deploy-dacpac.sh" />
</ItemGroup>
</Project>
15 changes: 0 additions & 15 deletions src/Blazorpong.Database.AzureSql/Dockerfile

This file was deleted.

6 changes: 0 additions & 6 deletions src/Blazorpong.Database.AzureSql/Scripts/deploy-dacpac.sh

This file was deleted.

26 changes: 13 additions & 13 deletions src/docker-compose.override.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,19 +15,19 @@ services:
- redis
- azuresql

blazorpong.web.server.2:
environment:
- ASPNETCORE_ENVIRONMENT=Development
- ASPNETCORE_HTTP_PORTS=8080
- ConnectionStrings__Redis=redis:6379
- ConnectionStrings__AzureSql=Server=azuresql;Database=Blazorpong.Database.AzureSql;User=sa;Password=yourStrong(!)Password;TrustServerCertificate=True
ports:
- "6351:8080"
# volumes:
# - ${APPDATA}/Microsoft/UserSecrets:/home/app/.microsoft/usersecrets:ro
depends_on:
- redis
- azuresql
# blazorpong.web.server.2:
# environment:
# - ASPNETCORE_ENVIRONMENT=Development
# - ASPNETCORE_HTTP_PORTS=8080
# - ConnectionStrings__Redis=redis:6379
# - ConnectionStrings__AzureSql=Server=azuresql;Database=Blazorpong.Database.AzureSql;User=sa;Password=yourStrong(!)Password;TrustServerCertificate=True
# ports:
# - "6351:8080"
# # volumes:
# # - ${APPDATA}/Microsoft/UserSecrets:/home/app/.microsoft/usersecrets:ro
# depends_on:
# - redis
# - azuresql

redis:
image: "redis:latest"
Expand Down
10 changes: 5 additions & 5 deletions src/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ services:
build:
context: .
dockerfile: BlazorPong.Web/Server/Dockerfile
blazorpong.web.server.2:
image: ${DOCKER_REGISTRY-}blazorpongwebserver
build:
context: .
dockerfile: BlazorPong.Web/Server/Dockerfile
# blazorpong.web.server.2:
# image: ${DOCKER_REGISTRY-}blazorpongwebserver
# build:
# context: .
# dockerfile: BlazorPong.Web/Server/Dockerfile

0 comments on commit 5784127

Please sign in to comment.