Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
Uh oh!
There was an error while loading.
Please reload this page
.
1024XEngineer
/
Windup
Public
Notifications
You must be signed in to change notification settings
Fork
5
Star
37
Code
Issues
21
Pull requests
8
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
feat(deps): Docker Compose 部署——PostgreSQL + Redis + Backend
- #162
#162
Merged
nighca
merged 17 commits into
1024XEngineer:main
1024XEngineer/Windup:main
from
xiaocheny214:feat/deploy
xiaocheny214/DireSoul:feat/deploy
Copy head branch name to clipboard
Aug 7, 2026
Conversation
Commits
17
(17)
Checks
Files changed
Merged
feat(deps): Docker Compose 部署——PostgreSQL + Redis + Backend
#162
nighca
merged 17 commits into
1024XEngineer:main
1024XEngineer/Windup:main
from
xiaocheny214:feat/deploy
xiaocheny214/DireSoul:feat/deploy
Copy head branch name to clipboard
Commits
Commits on Aug 6, 2026
feat(docker): add Docker Compose deployment for backend and PostgreSQL
Show description for c042937
xiaocheny214
committed
c042937
View commit details
Copy full SHA for c042937
Browse repository at this point
fix(deploy): make the container build and the API reachable from the browser
Show description for dc3c362
2 people
authored and
xiaocheny214
committed
dc3c362
View commit details
Copy full SHA for dc3c362
Browse repository at this point
fix(deps): docker-compose 添加 Redis 服务,注入 REDIS_URL
Show description for 0fb5bf0
xiaocheny214
committed
0fb5bf0
View commit details
Copy full SHA for 0fb5bf0
Browse repository at this point
fix(db): init.sql 补充 windup_project 唯一约束,对齐 ORM 声明
Show description for f99f30b
xiaocheny214
committed
f99f30b
View commit details
Copy full SHA for f99f30b
Browse repository at this point
Commits on Aug 7, 2026
feat(db): add workflow_run table and character.workflow_run_id FK
xiaocheny214
committed
746152c
View commit details
Copy full SHA for 746152c
Browse repository at this point
fix(app): remove orchestrator import, not needed for deploy
xiaocheny214
committed
f4969f2
View commit details
Copy full SHA for f4969f2
Browse repository at this point
fix(app): remove character/project router imports, not present on deploy branch
xiaocheny214
committed
8905066
View commit details
Copy full SHA for 8905066
Browse repository at this point
fix(deploy): align backend POSTGRES_PASSWORD default with postgres service
xiaocheny214
committed
8029170
View commit details
Copy full SHA for 8029170
Browse repository at this point
Merge branch 'main' into feat/deploy
xiaocheny214
authored
bc11ae0
View commit details
Copy full SHA for bc11ae0
Browse repository at this point
chore(deploy): remove init.sql mount, schema now managed by ORM
xiaocheny214
committed
04d226c
View commit details
Copy full SHA for 04d226c
Browse repository at this point
chore(deploy): mount postgres data to host dir, add data/ to gitignore
xiaocheny214
committed
251d0c2
View commit details
Copy full SHA for 251d0c2
Browse repository at this point
chore(deploy): mount redis data to host dir for persistence
xiaocheny214
committed
f17f4c5
View commit details
Copy full SHA for f17f4c5
Browse repository at this point
chore(db): remove init.sql, schema now managed by ORM
xiaocheny214
committed
86c3ca0
View commit details
Copy full SHA for 86c3ca0
Browse repository at this point
refactor(deploy): use env_file to load .env, only override Docker-specific vars
xiaocheny214
committed
de24b29
View commit details
Copy full SHA for de24b29
Browse repository at this point
docs: add POSTGRES_HOST/PORT, REDIS_URL, data dir to .env.example
xiaocheny214
committed
83fd9e4
View commit details
Copy full SHA for 83fd9e4
Browse repository at this point
refactor(app): make CORS origin regex configurable via env var
xiaocheny214
committed
abfefbb
View commit details
Copy full SHA for abfefbb
Browse repository at this point
docs: replace real password with placeholder in .env.example
xiaocheny214
committed
21a3c60
View commit details
Copy full SHA for 21a3c60
Browse repository at this point
You can’t perform that action at this time.