chore: add docker compose files and solution folder

- docker/environments/docker-compose.yml: base Api + Worker service definitions
- docker/environments/docker-compose.Development.yml: local PostgreSQL + Seq + port mappings
- Solution folder /docker/ in .slnx for IDE access

Ref: IT-628

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
This commit is contained in:
Anatolii Grynchuk
2026-05-02 01:31:40 +03:00
parent 61130130ff
commit ae724e4aee
3 changed files with 65 additions and 0 deletions
+4
View File
@@ -1,4 +1,8 @@
<Solution>
<Folder Name="/docker/">
<File Path="docker/environments/docker-compose.yml" />
<File Path="docker/environments/docker-compose.Development.yml" />
</Folder>
<Project Path="HrynCo.NotificationService.Api.IntegrationTests/HrynCo.NotificationService.Api.IntegrationTests.csproj" />
<Project Path="HrynCo.NotificationService.Api/HrynCo.NotificationService.Api.csproj" />
<Project Path="HrynCo.NotificationService.DAL.Abstract/HrynCo.NotificationService.DAL.Abstract.csproj" />