Files
abstracto/deployment/installer/docker-compose.yaml
Sheldan bba0a2ace6 [AB-xxx] restructuring installer module to be outside of maven
split liquibase and template deployment
adding various features to the deployment images
2023-08-27 19:18:12 +02:00

9 lines
279 B
YAML

version: "3.7"
services:
config_deployment:
build: config-deployment
image: ${REGISTRY_PREFIX}abstracto-db-deployment:${VERSION:-latest}
template_deployment:
build: template-deployment
image: ${REGISTRY_PREFIX}abstracto-template-deployment:${VERSION:-latest}