fix: let Coolify provide runtime env

This commit is contained in:
2026-06-08 11:19:50 +08:00
parent 475b90781c
commit 2e3dca87c7
3 changed files with 2 additions and 4 deletions

View File

@@ -74,7 +74,7 @@ The included Dockerfile builds a standalone Next.js output and starts `server.js
docker compose up -d --build
```
`docker-compose.yml` expects `.env.production` and an external Docker network named `sinobridge`.
Set the required environment variables through your deployment platform or shell before starting Compose. The included `docker-compose.yml` expects an external Docker network named `sinobridge`.
## Operational Notes