rtc-voice-chat/backend/docker-compose.staging.yml
2026-04-02 20:15:15 +08:00

8 lines
247 B
YAML
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

services:
backend:
env_file:
- .env.staging # 覆盖基础文件的 .env指向测试资源
environment:
- LOG_LEVEL=info # 测试环境用 info比生产详细比开发简洁
restart: unless-stopped