No description
  • Dockerfile 63.9%
  • C# 36.1%
Find a file Use this template
Repository files (latest commit first)
Filename Latest commit message Latest commit date
2026-09-15 11:41:55 +00:00
.devcontainer feat: removed useless files, fixed dockerfile and wrote a little readme 2026-09-08 10:45:45 +02:00
Properties refacto: deleted useless subfolder and compose.yml 2026-09-07 13:20:10 +02:00
.env fix: fix everything 2026-07-20 15:37:18 +02:00
.env.example feat: added .env.example 2026-09-07 13:21:34 +02:00
.gitignore feat: removed appsettings development from gitignore, as it's needed for newly created services 2026-09-07 13:25:35 +02:00
appsettings.Development.json feat: removed appsettings development from gitignore, as it's needed for newly created services 2026-09-07 13:25:35 +02:00
appsettings.json refacto: deleted useless subfolder and compose.yml 2026-09-07 13:20:10 +02:00
Dockerfile feat: removed useless files, fixed dockerfile and wrote a little readme 2026-09-08 10:45:45 +02:00
Program.cs feat: added a little Program.cs template 2026-09-08 19:20:41 +02:00
README.md feat: removed useless files, fixed dockerfile and wrote a little readme 2026-09-08 10:45:45 +02:00
service.csproj refacto: deleted useless subfolder and compose.yml 2026-09-07 13:20:10 +02:00
service.http refacto: deleted useless subfolder and compose.yml 2026-09-07 13:20:10 +02:00

/!\ You just created a new repo from this template :

This is a basic template for any new aspnet microservice in the terranaut project.

Before you start coding there is a few things you need to do :

.devcontainer/compose.yml

To ensure proper functionability of the provided development envrionnement, you need to make sure the other runnig services will be able to see and connect to the dev container :

To do so, change the name of the service (here service_serv) to the exact same name of the service in the compose.yml in the main repo.

This will allow docker DNS resolution to work properly. Other running services that need to connect to this one (mainly the mesage broker), won't be aware of the difference between the normal container and the dev container.