fix bug
Some checks failed
部署后端服务 / 🚀 构建并部署 (push) Failing after 2m25s
部署后端服务 / 🔄 回滚部署 (push) Failing after 2s

This commit is contained in:
xujiang
2025-07-15 14:42:31 +08:00
parent cdcccbd00e
commit 4bb20e5882
3 changed files with 35 additions and 6 deletions

View File

@ -1,7 +1,8 @@
# Photography Portfolio Backend - Production Docker Compose
# 生产环境配置 - 使用现有 PostgreSQL 和 Redis 服务
version: '3.8'
# version 字段已废弃,不再需要使用
# version: '3.8'
services:
# 后端API服务 (仅API服务无数据库)

View File

@ -1,7 +1,8 @@
# Photography Portfolio Backend - Docker Compose
# 本地开发和测试环境配置
version: '3.8'
# version 字段已废弃,不再需要使用
# version: '3.8'
services:
# PostgreSQL 数据库