core/core-identity-gateway-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

24 lines
884 B
Text

[Unit]
Description=Core Identity Gateway (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/identity-gateway:latest
ContainerName=core-identity-gateway-dev
Pull=always
EnvironmentFile=/mnt/data/core/identity-gateway/.env
Environment=DATABASE_URL=postgres://identity:identity@postgres-main:5432/identity_gateway
PublishPort=4005:4000
Network=web_proxy
Label=traefik.enable=true
Label=traefik.http.routers.core-identity-gateway-dev.rule=Host(`ig-dev.rede5.com.br`)
Label=traefik.http.routers.core-identity-gateway-dev.entrypoints=websecure
Label=traefik.http.routers.core-identity-gateway-dev.tls.certresolver=myresolver
Label=traefik.http.services.core-identity-gateway-dev.loadbalancer.server.port=4000
[Install]
WantedBy=multi-user.target