chore: add deployment backlog task
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
56f58b3583
commit
b45a29c092
|
|
@ -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 -->
|
||||||
Loading…
Reference in New Issue