mirror of
https://github.com/Sheldan/abstracto.git
synced 2026-04-12 11:17:58 +00:00
[AB-xxx] refactoring rest-api to not be a maven project and restructuring python tool file structure
This commit is contained in:
14
docker-compose.yaml
Normal file
14
docker-compose.yaml
Normal file
@@ -0,0 +1,14 @@
|
||||
version: "3.7"
|
||||
|
||||
services:
|
||||
config_deployment:
|
||||
build: python/deployment/installer/config-deployment
|
||||
image: ${REGISTRY_PREFIX}abstracto-db-deployment:${VERSION:-latest}
|
||||
template_deployment:
|
||||
build: python/deployment/installer/template-deployment
|
||||
image: ${REGISTRY_PREFIX}abstracto-template-deployment:${VERSION:-latest}
|
||||
rest_api:
|
||||
build:
|
||||
context: python/components/rest-api
|
||||
dockerfile: docker/Dockerfile
|
||||
image: ${REGISTRY_PREFIX}abstracto-rest-api:${VERSION:-latest}
|
||||
Reference in New Issue
Block a user