diff --git a/nextjs-13/docker-compose.yaml b/nextjs-13/docker-compose.yaml index 498313a..ae06328 100644 --- a/nextjs-13/docker-compose.yaml +++ b/nextjs-13/docker-compose.yaml @@ -21,7 +21,7 @@ services: - "postgres" restart: always environment: - NEXTJS_SERVER_URL: http://nextjs:3000 + NEXTJS_SERVER_URL: http://host.docker.internal:3000 HASURA_GRAPHQL_DATABASE_URL: postgres://postgres:postgrespassword@postgres:5432/postgres PG_DATABASE_URL: postgres://postgres:postgrespassword@postgres:5432/postgres ## enable the console served by server