Rodolfo Berrios 2dbd9ab04b optional license
2022-11-28 18:54:33 -03:00
2022-11-28 17:09:07 -03:00
2022-11-17 13:51:40 -03:00
2022-11-05 19:10:02 -03:00
2022-11-08 07:17:30 -03:00
2022-11-28 18:54:33 -03:00
2022-04-01 16:04:53 -03:00
2022-10-18 10:13:49 -03:00
2022-04-02 20:00:34 -03:00
2022-11-16 15:11:57 -03:00
2022-11-16 15:11:57 -03:00
2022-10-28 13:54:30 -03:00
2022-11-28 18:54:22 -03:00
2022-04-01 19:33:18 -03:00
2022-11-28 18:54:33 -03:00
2022-11-16 15:16:18 -03:00

Docker

🔔 Subscribe to don't miss any update regarding Chevereto.

Chevereto

Community

Dockerfile driven template project for building and running container images for Chevereto V4 projects.

Warning

: Do not publish image to a public registry as the Chevereto License restricts re-distribution rights.

Features

  • One-click commands using make
  • Built-in nginx-proxy for multiple hostname

Requirements

Quick setup

git clone https://github.com/chevereto/docker.git
  • Get Docker in your Ubuntu server
make install-docker

You may also check Docker for Desktop and Docker Engine (servers) instructions

  • Create Cron (see SETUP)
make cron
make proxy EMAIL_HTTPS=mail@yourdomain.tld

Build Chevereto

  • Create Chevereto image (see SETUP)
make image

Spawn instances

make namespace NAMESPACE=yourproject HOSTNAME=yourdomain.tld
  • Run the container
make up-d NAMESPACE=yourproject

Documentation

Description
Template project for deploying Chevereto V4 based applications using Docker:
https://v4-docs.chevereto.com/guides/docker/ Readme MIT 2.8 MiB
Languages
Shell 52.3%
Makefile 34.1%
Dockerfile 12.7%
HCL 0.9%