Skip to content

[Feature request]: Publish pre-built Docker images to a container registry #2752

Description

@gltched-usr

Is your feature request related to a problem? Please describe.

I'm trying to deploy CrawlSEO using Coolify, which makes self-hosting super easy if you can just paste in a docker-compose.yml. But since CrawlSEO requires building the image from source (build: .), I can't just drop in the compose file and hit deploy. It expects the code to be right there on the server, which makes the initial setup a bit annoying for anyone who just wants to spin it up quickly.

Describe the solution you'd like

It would be awesome if you guys could publish pre-built Docker images (like to GHCR or Docker Hub) whenever there's a new release or a push to main. That way, we could just use image: ghcr.io/crawlseo/crawlseo:latest in the compose file instead of having to build it ourselves.

Describe alternatives you've considered

Right now, the only ways around this are:

  1. Changing the compose file to build directly from the GitHub URL.
  2. Forking the repo and linking it up to Coolify so it builds from source on my own server.

Additional context

Having a pre-built image ready to go would make self-hosting this way smoother, especially for anyone using tools like Coolify or Portainer!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions