TheG-r-itters / gitAssistant

Apache License 2.0
0 stars 1 forks source link

Docker images #6

Open luca-c-xcv opened 2 months ago

luca-c-xcv commented 2 months ago

To develop services, it is important to create docker images to be used to test and deploy them.

Here is a guide to publishing a docker image to the organization registry.

Here is the documentation for writing a Dockerfile

Here are references for writing the docker-compose.yml file to organize services.