Image names are defined in ./config/environment/.env.main
. Images are pulled from the registry by Docker. Use a custom containers registry for your project’s Docker containers, such as GitHub Registry or Docker Hub.
To build and push images to the registry, use the following commands from the root of your project directory:
make docker build
make docker push