Hi,
I’m using docker container to host application in NodeJS which includes worker & workflow.
But when I start worker getting following error:
I have started temporal server using docker-compose file- docker-compose-postgres.yml from here: GitHub - temporalio/docker-compose: Temporal docker-compose files
I have not included any connection in worker.ts file.
Also, have mentioned network while running application container:
docker run -it --network=temporal-network --name helloworld helloworld
Is there any setting that we need to do when using docker images for applications?