[Unit]
Description=Cloudflare Tunnel for Tender Dashboard
After=network.target tender-frontend.service tender-api.service

[Service]
Type=simple
User=ubuntu
ExecStart=/usr/bin/cloudflared tunnel --url http://localhost:3000 --logfile /tmp/cloudflared.log
Restart=always
RestartSec=10

[Install]
WantedBy=multi-user.target
