feat: Dockerfile, deploy configs en Caddy-block voor ops.jp-visser.nl
- Multi-stage Dockerfile (deps → builder → runner) met next standalone output - .dockerignore zodat node_modules en .next niet mee worden gebundeld - next.config.ts: output standalone ingeschakeld voor minimale image - deploy/docker-compose.ops-dashboard.yml: service-fragment voor /srv/scrum4me/compose - deploy/caddy/Caddyfile.ops-dashboard: reverse_proxy block voor Caddy - deploy/ops-dashboard.env.example: env-template voor /srv/ops/ops-dashboard.env Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
be05724de0
commit
ad9cde6fb7
6 changed files with 69 additions and 1 deletions
7
deploy/caddy/Caddyfile.ops-dashboard
Normal file
7
deploy/caddy/Caddyfile.ops-dashboard
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
# Block to add to /srv/scrum4me/caddy/Caddyfile
|
||||
# After adding, restart Caddy (not reload — see deploy notes):
|
||||
# docker compose restart caddy
|
||||
|
||||
ops.jp-visser.nl {
|
||||
reverse_proxy 172.18.0.1:3001
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue