Self-Hosting Deployment Questions with CENTOS

Any help will be much appreciated, I am not sure what else needs to be done here.

How do I make sure lamp.yml deployment is successful? I have taken screenshot of my lamp.yml content, portainer screens, log output, firewall and network status, curl output attached as pdf file here. Please let me know what needs to be done to get this working. Thanks!

I am not able to communicate with couchdb or API server.
curl -v localhost:5984

  • Rebuilt URL to: localhost:5984/
  • Trying ::1…
  • TCP_NODELAY set
  • connect to ::1 port 5984 failed: Connection refused
  • Trying 127.0.0.1…
  • TCP_NODELAY set
  • connect to 127.0.0.1 port 5984 failed: Connection refused
  • Failed to connect to localhost port 5984: Connection refused
  • Closing connection 0
    curl: (7) Failed to connect to localhost port 5984: Connection refused

lampdeployment.pdf (904.4 KB)