Compare commits

...

2 Commits

Author SHA1 Message Date
Jeff Emmett 0b7b0d0498 Merge branch 'main' of gitea.jeffemmett.com:jeffemmett/post-app-website-new
# Conflicts:
#	components/newsletter-signup.tsx
2026-02-07 14:16:39 +01:00
Jeff Emmett 0a002a49c9 Add deployment scaffolding (Dockerfile, docker-compose, nginx)
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-07 14:14:30 +01:00
3 changed files with 43 additions and 0 deletions

27
.dockerignore Normal file
View File

@ -0,0 +1,27 @@
# Git
.git
.gitignore
# Development
node_modules
.next
.cache
# Documentation
README.md
CLAUDE.md
*.md
# IDE
.idea
.vscode
*.swp
# OS
.DS_Store
Thumbs.db
# Environment (keep .env.example)
.env
.env.local
.env*.local

1
CLAUDE.md Symbolic link
View File

@ -0,0 +1 @@
/opt/config/CLAUDE.md

15
backlog/config.yml Normal file
View File

@ -0,0 +1,15 @@
project_name: "post-app-website-new"
default_status: "To Do"
statuses: ["To Do", "In Progress", "Done"]
labels: []
milestones: []
date_format: yyyy-mm-dd
max_column_width: 20
auto_open_browser: true
default_port: 6420
remote_operations: true
auto_commit: false
zero_padded_ids: 3
bypass_git_hooks: false
check_active_branches: true
active_branch_days: 60