freeleaps-authentication/.freeleaps/project.alpha.yaml

30 lines
702 B
YAML
Raw Permalink Normal View History

2025-10-29 07:07:47 +00:00
apiVersion: freeleaps.com/v1alpha1
kind: DevOpsProjectDotfile
metadata:
name: freeleaps-authentication
annotations:
freeleaps.com/ref-devops-project-uid: ""
spec:
layout: FAST_API_VUE_3
serviceName: freeleaps-authentication
executeMode: fully
2025-10-30 03:26:05 +00:00
branch: dev
2025-10-29 07:07:47 +00:00
components:
2025-10-30 03:26:05 +00:00
- name: authentication
2025-10-29 07:07:47 +00:00
root: '.'
language: python
dependenciesManager: pip
requirementsFile: requirements.txt
buildCacheEnabled: true
2025-10-30 03:26:05 +00:00
buildAgentImage: python:3.12-slim
2025-10-29 07:07:47 +00:00
buildArtifacts:
- '.'
imageBuilder: dind
2025-10-30 03:26:05 +00:00
dockerfilePath: Dockerfile
imageName: authentication
2025-10-29 07:07:47 +00:00
imageBuildRoot: '.'
imageReleaseArchitectures:
- linux/amd64