No description
  • Dockerfile 63.9%
  • C# 36.1%
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
2026-09-15 11:49:48 +00:00
.devcontainer Initial commit 2026-09-15 11:49:48 +00:00
Properties Initial commit 2026-09-15 11:49:48 +00:00
.env.example Initial commit 2026-09-15 11:49:48 +00:00
.gitignore Initial commit 2026-09-15 11:49:48 +00:00
appsettings.Development.json Initial commit 2026-09-15 11:49:48 +00:00
appsettings.json Initial commit 2026-09-15 11:49:48 +00:00
Dockerfile Initial commit 2026-09-15 11:49:48 +00:00
Program.cs Initial commit 2026-09-15 11:49:48 +00:00
README.md Initial commit 2026-09-15 11:49:48 +00:00
service.csproj Initial commit 2026-09-15 11:49:48 +00:00
service.http Initial commit 2026-09-15 11:49:48 +00: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.