core/core-baas-control-plane-dev.container
Tiago Yamamoto 176809f519 feat: Add Quadlet definitions for core modules and Zot registry
- Added dev container definitions for billing, crm, repo, observability, projects, security, baas, and jobs modules
- Added Zot Registry container definition and configuration
2025-12-31 18:04:50 -03:00

23 lines
813 B
Text

[Unit]
Description=Core BaaS Control Plane (Ambiente Dev)
After=network-online.target postgres.service
[Service]
Restart=always
Environment=REGISTRY_AUTH_FILE=/run/user/0/containers/auth.json
[Container]
Image=rg.fr-par.scw.cloud/yumi/baas-control-plane:latest
ContainerName=core-baas-control-plane-dev
Pull=always
EnvironmentFile=/mnt/data/core/baas-control-plane/.env
PublishPort=11005:4000
Network=web_proxy
Label=traefik.enable=true
Label=traefik.http.routers.core-baas-control-plane-dev.rule=Host(`baas-dev.rede5.com.br`)
Label=traefik.http.routers.core-baas-control-plane-dev.entrypoints=websecure
Label=traefik.http.routers.core-baas-control-plane-dev.tls.certresolver=myresolver
Label=traefik.http.services.core-baas-control-plane-dev.loadbalancer.server.port=4000
[Install]
WantedBy=multi-user.target