• Welcome to the Chevereto User Community!

    Here, users from all over the world come together to learn, share, and collaborate on everything related to Chevereto. It's a place to exchange ideas, ask questions, and help improve the software.

    Please keep in mind:

    • This community is user-driven. Always be polite and respectful to others.
    • Support development by purchasing a Chevereto license, which also gives you priority support.
    • Go further by joining the Community Subscription for even faster response times and to help sustain this space

Improved Docker provisioning

Rodolfo

👑 Chevereto Godlike
Chevereto Staff
Administrator
Hey there,

I have dramatically improved the Docker guide for Chevereto. It features:
  • Production ready standard
  • Development standard
  • HTTPS setup using let's encrypt
  • Multiple targets (dev, production)
  • Configurable ports
  • Supports your own custom docker-compose file
  • Easy to follow make commands for compose, logs, build image, etc
  • Built-in hot reload
  • Support for custom projects (as editing Chevereto and build that for Docker)
You can see the project at chevereto/docker.

Hope you like the update! This new project is simpler and easier than the previous ones, I tested it on Vultr and on my macs.

😉 Give it a try and let me know how it goes.
 
🥳 It keeps getting better, check the 4.0-nginx-proxy branch which now includes built-in support for nginx-proxy.

This enables to expose multiple hostnames (domain1.com, domain2.com, domainN.com) on the same machine using Nginx which internally forwards to the appropriate container. It enables you to install and expose multiple Chevereto installations in one machine.
 
Back
Top