Multiple docker-compose: Error: getaddrinfo EAI_AGAIN from frontend to backend – WordPress
I have 2 folders separated, one for backend and one for frontend services: backend/docker-compose.yml frontend/docker-compose.yml The backend has a headless wordpress installation on nginx, with the scope to serve the frontend as an api service. The frontend runs on next.js.…