- Added dev container definitions for billing, crm, repo, observability, projects, security, baas, and jobs modules - Added Zot Registry container definition and configuration
23 lines
831 B
Text
23 lines
831 B
Text
[Unit]
|
|
Description=Core Billing Finance Core (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/billing-finance-core:latest
|
|
ContainerName=core-billing-finance-core-dev
|
|
Pull=always
|
|
EnvironmentFile=/mnt/data/core/billing-finance-core/.env
|
|
PublishPort=5005:3000
|
|
Network=web_proxy
|
|
Label=traefik.enable=true
|
|
Label=traefik.http.routers.core-billing-finance-core-dev.rule=Host(`billing-dev.rede5.com.br`)
|
|
Label=traefik.http.routers.core-billing-finance-core-dev.entrypoints=websecure
|
|
Label=traefik.http.routers.core-billing-finance-core-dev.tls.certresolver=myresolver
|
|
Label=traefik.http.services.core-billing-finance-core-dev.loadbalancer.server.port=3000
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|