Files
besticon/render.yaml
2026-03-25 17:54:54 +01:00

17 lines
454 B
YAML

services:
- type: web
name: besticon
runtime: go
repo: https://github.com/mat/besticon
buildCommand: go build -tags netgo -ldflags '-s -w' -o bin/iconserver github.com/mat/besticon/v3/besticon/iconserver
startCommand: ./bin/iconserver
plan: free
envVars:
- key: HOST_ONLY_DOMAINS
value: "*"
- key: CACHE_SIZE_MB
value: "32"
- key: SERVER_MODE
value: "redirect"
autoDeploy: true