Files
punktfunk/compose.production.yml
T
enricobuehler 027d6bc7c7 fix(ci): deploy target is unom-1, not home-main-2
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>
2026-06-12 13:15:16 +00:00

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"