chore: add deployment backlog task

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
Jeff Emmett 2026-02-17 15:33:34 -07:00
parent 56f58b3583
commit b45a29c092
1 changed files with 16 additions and 0 deletions

View File

@ -0,0 +1,16 @@
---
id: TASK-3
title: Deploy rfiles.online to Netcup
status: To Do
assignee: []
created_date: '2026-02-17 22:32'
labels: []
dependencies: []
priority: high
---
## Description
<!-- SECTION:DESCRIPTION:BEGIN -->
Clone repo to /opt/apps/rfiles-online on Netcup, create .env with DB_PASSWORD/REDIS_PASSWORD/SECRET_KEY, run docker compose -f docker-compose.prod.yml up -d --build, verify migrations and health endpoint. Add DNS records (rfiles.online + *.rfiles.online CNAME to tunnel) and hostname to Cloudflare tunnel config.
<!-- SECTION:DESCRIPTION:END -->