mirror of
https://github.com/Sheldan/abstracto.git
synced 2026-01-09 02:44:00 +00:00
9 lines
279 B
YAML
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} |