Closed wna-se closed 7 months ago
This branch supports starting all the services with the single command:
docker-compose --project-directory config/gdi-starter-kit up -d
docker-compose.ovverride.yml
adds the following to the original configuration:
healthcheck.test
compatible with docker-compose
running with Podman as back-endnetworks: - oidc
and extra_hosts: !override []
added to replace internal docker-host network with a configurable solutionrestart: never
to simplify trouble shootingcredentials.build
to avoid running apt-get
and pip install
on every restart
I would like to pin the versions of the starter kit components using git submodules. Ideally, I would like to run: