mirror of
https://github.com/Sheldan/abstracto.git
synced 2026-04-05 09:00:24 +00:00
[AB-xxx] restructuring installer module to be outside of maven
split liquibase and template deployment adding various features to the deployment images
This commit is contained in:
9
deployment/installer/docker-compose.yaml
Normal file
9
deployment/installer/docker-compose.yaml
Normal file
@@ -0,0 +1,9 @@
|
||||
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}
|
||||
Reference in New Issue
Block a user