No description
- Dockerfile 63.9%
- C# 36.1%
| Filename | Latest commit message | Latest commit date |
|---|---|---|
|
|
||
| .devcontainer | ||
| Properties | ||
| .env | ||
| .env.example | ||
| .gitignore | ||
| appsettings.Development.json | ||
| appsettings.json | ||
| Dockerfile | ||
| Program.cs | ||
| README.md | ||
| service.csproj | ||
| service.http | ||
/!\ 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.