[AB-xxx] initial experience leaderboard version

This commit is contained in:
Sheldan
2024-03-25 20:39:21 +01:00
parent 8f9b7eba16
commit bc0c3a18d7
46 changed files with 17561 additions and 1 deletions

View File

@@ -17,3 +17,13 @@ services:
context: python/components/image-gen
dockerfile: docker/Dockerfile
image: ${REGISTRY_PREFIX}abstracto-rest-api-image-gen:${VERSION:-latest}
core_api:
build:
context: python/components/core
dockerfile: docker/Dockerfile
image: ${REGISTRY_PREFIX}abstracto-rest-api-core:${VERSION:-latest}
experience_api:
build:
context: python/components/experience-tracking
dockerfile: docker/Dockerfile
image: ${REGISTRY_PREFIX}abstracto-rest-api-experience:${VERSION:-latest}