Next.js Discord

Discord Forum

Fetching data during Docker build

Unanswered
Thrianta posted this in #help-forum
Open in Discord
ThriantaOP
I want to use Docker Compose to manage my db and nextjs app. The issue is that when I am building my nextjs app (docker-compose up --build) it needs to access the database when generating the pages. It can't find the database because it is not part of the Docker network yet (during the build phase). Has anyone delt with this?

0 Replies