refactor: 彻底移除 .env 依赖,配置统一由 config.yaml + 环境变量驱动
This commit is contained in:
@@ -17,8 +17,6 @@ services:
|
||||
context: ./backend
|
||||
dockerfile: Dockerfile
|
||||
container_name: camtalk-backend
|
||||
env_file:
|
||||
- .env
|
||||
environment:
|
||||
- APP_ENV=production
|
||||
networks:
|
||||
|
||||
Reference in New Issue
Block a user