Continued transition to new infrastructure setup
- Schema now has only one Dockerfile (
Dockerfile.local
) until we need another one. - Schema's Docker image now uses CAPO secret rather than old
docker.properties
. - Domain-model's
docker-compose.yml
has replaced the oldttat/docker-compose.yml
. - The other compose files (
docker-compose.dev.yml
anddocker-compose.e2e.yml
) have been stashed away for later use inttat/old-compose-files/
. -
Dockerfile.base
has been cleaned out, and now serves as the base image fordomain-model
as well asschema
.
Edited by Sam Kagan