mirror of
https://github.com/mat/besticon.git
synced 2026-07-23 18:52:39 +08:00
17 lines
454 B
YAML
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
|