chore(config): 移除 MEMORY_DATABASE_URL 配置并更新 docker-compose 环境文件 - 移除了 .env.AMS.sample 中的 MEMORY_DATABASE_URL 配置项 - 在 docker-compose.yml 中为服务添加了 .env.ASG 环境文件引用 - 更新了环境配置文件的加载方式 ```
This commit is contained in:
@@ -431,6 +431,7 @@ services:
|
||||
restart: unless-stopped
|
||||
env_file:
|
||||
- .env.AMS
|
||||
- .env.ASG
|
||||
logging:
|
||||
driver: "json-file"
|
||||
options:
|
||||
|
||||
Reference in New Issue
Block a user