Edition 0 Updated to asp. Net core 0


Using multiple docker-compose files to handle several environments



Yüklə 11,82 Mb.
Pdf görüntüsü
səhifə108/288
tarix12.07.2023
ölçüsü11,82 Mb.
#136458
1   ...   104   105   106   107   108   109   110   111   ...   288
Using multiple docker-compose files to handle several environments 
When targeting different environments, you should use multiple compose files. This approach lets you 
create multiple configuration variants depending on the environment. 


121 
CHAPTER 5 | Designing and Developing Multi-Container and Microservice-Based .NET Applications 
Overriding the base docker-compose file 
You could use a single docker-compose.yml file as in the simplified examples shown in previous 
sections. However, that is not recommended for most applications. 
By default, Compose reads two files, a docker-compose.yml and an optional docker-
compose.override.yml file. As shown in Figure 6-11, when you are using Visual Studio and enabling 
Docker support, Visual Studio also creates an additional docker-compose.vs.debug.g.yml file for 
debugging the application, you can take a look at this file in folder obj\Docker\ in the main solution 
folder. 
Figure 6-11. docker-compose files in Visual Studio 2019 
docker-compose
project file structure: 

.dockerignore
- used to ignore files 

docker-compose.yml
- used to compose microservices 

docker-compose.override.yml
- used to configure microservices environment 
You can edit the docker-compose files with any editor, like Visual Studio Code or Sublime, and run the 
application with the docker-compose up command. 
By convention, the docker-compose.yml file contains your base configuration and other static 
settings. That means that the service configuration should not change depending on the deployment 
environment you are targeting. 
The docker-compose.override.yml file, as its name suggests, contains configuration settings that 
override the base configuration, such as configuration that depends on the deployment environment. 
You can have multiple override files with different names also. The override files usually contain 
additional information needed by the application but specific to an environment or to a deployment. 

Yüklə 11,82 Mb.

Dostları ilə paylaş:
1   ...   104   105   106   107   108   109   110   111   ...   288




Verilənlər bazası müəlliflik hüququ ilə müdafiə olunur ©azkurs.org 2024
rəhbərliyinə müraciət

gir | qeydiyyatdan keç
    Ana səhifə


yükləyin