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:
- Changing the compose file to build directly from the GitHub URL.
- 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!
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:latestin the compose file instead of having to build it ourselves.Describe alternatives you've considered
Right now, the only ways around this are:
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!