Hi All I deployed a docker stack file using below code version: "3" services: . . .

sri srikanth:
Hi All
I deployed a docker stack file using below code
version: “3”
services:
redis:
image: redis

db:
image: postgres
environment:
POSTGRES_USER: “postgres”
POSTGRES_PASSWORD: “postgres”

vote:
image: dockersamples/examplevotingapp_vote
ports:
- 5000:80

worker:
image: dockersamples/examplevotinapp_worker

result:
image: dockersamples/examplevotingapp_result
ports:
- 5001:80
votes page working but votes are not reflected to result page.
I am using aws linux machines.


Dhruvan Tanna:
Check if you can get any idea from the inspect element once you try to cast a vote

Abdul Rahman UK:
please open all port

Abdul Rahman UK:
AWS security group