core/core-dashboard-dev.container
Tiago Yamamoto ebb405c4e4 feat: Update dashboard and identity-gateway infrastructure
- Add Tenants module to Identity Gateway
- Update Dashboard Auth context and components
- Refactor token service and user/role controllers
- Add Quadlet container definitions for dev environment
2025-12-31 17:41:04 -03:00

23 lines
718 B
Text

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