Coder Social home page Coder Social logo

Comments (4)

Tekchanddagar avatar Tekchanddagar commented on August 29, 2024

Hi Team,
Can you please guide me on above issue?
Thank You

from kamal.

igor-alexandrov avatar igor-alexandrov commented on August 29, 2024

@Tekchanddagar if you don't have anything else in your deploy.yml, then it looks like a pretty default config except for two things:

  • port 8080
  • healthcheck

I suggest reset the to default, make sure that everything works and do any changes only after this.

from kamal.

Tekchanddagar avatar Tekchanddagar commented on August 29, 2024

@igor-alexandrov , Thank You for your response.
As i am new to kamal. Was making one mistake. Inside kamal config/deploy.yml i was using below config:

servers:
  web:
    hosts:
      - 1.2.3.4
    port: "8080:8080"

But traefik by default listen on port 80 and my app was running on port 8080.

So I have changes the host port from 8080 to port 80 inside my kamal config/deploy.yml file i.e

servers:
  web:
    hosts:
      - 1.2.3.4
    port: "80:8080"

And after making this change my site is up.

Thank You

from kamal.

igor-alexandrov avatar igor-alexandrov commented on August 29, 2024

@Tekchanddagar I am glad it helped. Please close the issue.

from kamal.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.