Add Quantum resource evidence dashboard

This commit is contained in:
2026-04-20 17:47:00 -03:00
parent e738f08e91
commit fd4597a309
7 changed files with 410 additions and 12 deletions
+27
View File
@@ -23,6 +23,33 @@ services:
traefik.http.services.quanto.loadbalancer.passHostHeader: "true"
traefik.http.services.quanto.loadbalancer.server.port: "80"
api:
image: quanto-api:local
environment:
AWS_ACCESS_KEY_ID: test
AWS_SECRET_ACCESS_KEY: test
AWS_DEFAULT_REGION: us-east-1
LOCALSTACK_ENDPOINT: https://localstack.paulononato.com.br
PROJECT_NAME: quantum
QUANTUM_ENV: dev
networks:
- elevarnet
deploy:
replicas: 1
restart_policy:
condition: on-failure
labels:
traefik.enable: "true"
traefik.swarm.network: elevarnet
traefik.http.routers.quanto-api.entrypoints: websecure
traefik.http.routers.quanto-api.priority: "200"
traefik.http.routers.quanto-api.rule: Host(`quantum.paulononato.com.br`) && PathPrefix(`/api`)
traefik.http.routers.quanto-api.service: quanto-api
traefik.http.routers.quanto-api.tls: "true"
traefik.http.routers.quanto-api.tls.certresolver: letsencryptresolver
traefik.http.services.quanto-api.loadbalancer.passHostHeader: "true"
traefik.http.services.quanto-api.loadbalancer.server.port: "8080"
networks:
elevarnet:
external: true