Skip to content

Deployment on DigitalOcean #29

Description

@tinamrak

Hi, I'm trying to deploy this on a DO droplet. I'm pretty new to this and I ran into a problem.

I followed the instructions from here: https://cabotapp.com/qs/quickstart.html (cloned the repository, made the production.env file, and ran docker compose with caddy as a reverse proxy).

This is my Caddyfile:

subdomain.domain.com {
  proxy / http://127.0.0.1:5000 {
    header_upstream Host {host}
  }
}

But when I go to subdomain.domain.com I get "502 Bad Gateway".

Anyone has an idea what could be wrong?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions