mirror of
https://github.com/psviderski/uncloud.git
synced 2026-08-26 19:13:34 +00:00
26 lines
562 B
YAML
26 lines
562 B
YAML
services:
|
|
uncloud-website:
|
|
image: ghcr.io/psviderski/uncloud-website
|
|
build:
|
|
cache_from:
|
|
- type=gha,scope=uncloud-website
|
|
cache_to:
|
|
- type=gha,mode=max,scope=uncloud-website
|
|
platforms:
|
|
- linux/amd64
|
|
- linux/arm64
|
|
user: nobody
|
|
x-caddy: |
|
|
uncloud.run {
|
|
redir /discord https://discord.gg/eR35KQJhPu
|
|
|
|
reverse_proxy {{upstreams 8000}} {
|
|
import common_proxy
|
|
}
|
|
log
|
|
}
|
|
scale: 2
|
|
x-machines:
|
|
- uc-prod-us2
|
|
- uc-prod-ap1
|