移除冗余环境变量

This commit is contained in:
fish
2026-05-03 21:17:18 +08:00
parent ad66aec880
commit ff4c6b2258

View File

@@ -34,7 +34,6 @@ services:
container_name: trade-web container_name: trade-web
# .env 已移除,环境变量直接写在此处 # .env 已移除,环境变量直接写在此处
environment: environment:
- LISTEN_ADDR=:8080
- DATABASE_URL=postgres://trade:trade@postgres:5432/futures?sslmode=disable - DATABASE_URL=postgres://trade:trade@postgres:5432/futures?sslmode=disable
depends_on: depends_on:
- postgres - postgres