2226031577
ci / web (push) Failing after 36s
ci / rust (push) Successful in 54s
docker / build-push (., web/Dockerfile, punktfunk-web) (push) Successful in 4s
docker / build-push (ci, ci/rust-ci.Dockerfile, punktfunk-rust-ci) (push) Successful in 5s
ci / docs-site (push) Failing after 37s
docker / build-push (docs-site, docs-site/Dockerfile, punktfunk-docs) (push) Successful in 16s
docker / deploy-docs (push) Successful in 16s
apple / swift (push) Successful in 1m18s
website/cms deploy to the unom-1 DMZ VM (192.168.50.50) — the website README's home-main-2 mention is stale. Caddy upstream fixed in unom/reverse-proxy 6ae79b8, firewall port in unom/infra 9670aa8. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
12 lines
500 B
YAML
12 lines
500 B
YAML
# Production compose for the deployed punktfunk pieces — runs on unom-1 (the DMZ services VM, 192.168.50.50) under
|
|
# ~/punktfunk-docs (synced there by .gitea/workflows/docker.yml's deploy job; pattern
|
|
# follows unom/website + unom/cms). Caddy on home-reverse-proxy-1 serves
|
|
# docs.punktfunk.unom.io -> unom-1:3220 (vhost in unom/reverse-proxy).
|
|
name: punktfunk-docs-prod
|
|
services:
|
|
docs:
|
|
image: git.unom.io/unom/punktfunk-docs:latest
|
|
restart: unless-stopped
|
|
ports:
|
|
- "3220:3000"
|