fix bug
This commit is contained in:
@ -1,7 +1,8 @@
|
||||
# Photography Portfolio Backend - Production Docker Compose
|
||||
# 生产环境配置 - 使用现有 PostgreSQL 和 Redis 服务
|
||||
|
||||
version: '3.8'
|
||||
# version 字段已废弃,不再需要使用
|
||||
# version: '3.8'
|
||||
|
||||
services:
|
||||
# 后端API服务 (仅API服务,无数据库)
|
||||
|
||||
@ -1,7 +1,8 @@
|
||||
# Photography Portfolio Backend - Docker Compose
|
||||
# 本地开发和测试环境配置
|
||||
|
||||
version: '3.8'
|
||||
# version 字段已废弃,不再需要使用
|
||||
# version: '3.8'
|
||||
|
||||
services:
|
||||
# PostgreSQL 数据库
|
||||
|
||||
Reference in New Issue
Block a user