Simple example using GraphQL with Express/React Start Fill in the data in .env files backend/.env PORT=5000 frontend/.env REACT_APP_BACKEND_URL=http://localhost:5000/graphql Run docker-compose up -d Standard ports Backend: 8000 Frontend: 3000