Tag: Docker
-
Hot Chocolate, AWS EC2 docker instance
0 i have deployed asp.net in docker on ec2 instance ECS, with load balancer controller weatherforecast working corectly hotchocolate graphql UI doesnt work on aws, on localhost docker works fine. I test on postman, and works fine, schema fetched. Can you help with aws settings, for graphql working My actual program.cs builder.Services.AddGraphQLServer().AddQueryType<GraphQls>(); builder.Services.AddCors( options =>…
-
Django GraphQL Endpoint Not Found When Requested via Krakend API Gateway
0 Hello StackOverflow Community, I am currently experiencing an issue with a Django project using GraphQL, specifically when attempting to access the GraphQL endpoint through the Krakend API Gateway. Environment: Django: 4.2.6 GraphQL Krakend API Gateway Dockerized environment Problem: When I send a request directly to the Django backend’s /graphql endpoint, it works as expected.…
-
Hasura action handler does not exist (Name or service not known)
2 I have an instance of Hasura running in the Docker container and action handler API written in NodeJS/Express running directly on the machine. When I test everything locally it works like a charm ( macOS M1 ), but when I replicate the same setup on the server ( Ubuntu 20.04 ) it returns an…
-
Java/API Engineer — REMOTE 100% — Contract on W2 – Siri Infosolutions Inc – Remote
Siri Infosolutions Inc Remote Contract: W2, 6+ Month(s) Skills Spring Boot Java Docker API Azure Kubernetes GraphQL Job Description Contract on W2 Java/API Engineer 6+ Months Contract REMOTE Must Haves: Java Spring Boot GraphQL ideal, microservices must SQL (data access and performant queries) Kubernetes, Docker API testing CI/CD Cloud experience https://www.dice.com/job-detail/ecc98545-85a0-462f-ac74-86fd5f404a0d
-
Docker Containers failing to connect to each other – connection refused
1 I have a simple application orchestrated by Docker Compose. It consists of a simple frontend (built using NextJS), a GraphQL API (built with NestJS), and a microservice (built with NestJS). The architecture is as follows: The frontend speaks directly to the GraphQL service. The GraphQL service communicates to the microservice via a NATS server…
-
hasura-v2.xx gives graphql-engine-1 exited with code 1 on `hasura metadata track …`
0 I’m trying to get started with Hasura. So here is my docker-compose.yml file: version: "3.6" services: postgres: image: postgres:15 restart: always volumes: – db_data:/var/lib/postgresql/data environment: POSTGRES_PASSWORD: postgrespassword graphql-engine: build: context: . dockerfile: DockerfileHasura # command: /bin/sh -c ‘hasura metadata track –all-tables –all-relationships –schema public –endpoint https://graphql-engine:8080 && exec graphql-engine serve’ command: /bin/sh -c ‘exec…
-
.Net Manager – NO H1B – Intellect IT – Remote
Intellect IT Remote $90 – $100 Accepts corp to corp applications, Contract: Independent, W2, 12 Month(s) No Travel Required Skills .net azure graphql docker cypress agile react Job Description Role: .Net Manager Location: Remote MUST HAVE: 9+ years of C# .Net Development Please list how many: MUST HAVE: 3+ years Lead or Hands on Management…
-
Sr. Software engineer- Golang – Analytic Era – Mc Lean, VA
Analytic Era Mc Lean, VA Full Time, Part Time, Accepts corp to corp applications, Contract: W2, Independent Skills KUBERNETES DEBUG GRAPHQL DOCKER SOFTWARE ENGINEER MONGODB Job Description Job Title: Sr. Software engineer – Golang Location: Mc Lean, VA Duration: 12 months+ All visas are accepted. Duties: Build new services to meet critical product and business…
-
Docker-compose no longer building image (AttributeError: cython_sources)
16 I am building a django-react site and suddenly my docker-compose no longer builds despite any changes to requirements or image versions. My requirements.txt looks as follows: Django>=3.2.4,<4.0 djangorestframework>=3.12.4,<3.14.0 djangorestframework-simplejwt>=4.8.0,<5.3.0 psycopg2>=2.8.6,<2.9 drf-spectacular>=0.15.1,<0.30 django-allauth>0.5,<1.0 dj-rest-auth>=3.0,<4.0 The error output: => [backend internal] load .dockerignore 0.0s => => transferring context: 234B 0.0s => [backend internal] load build definition…