Files
Docker-Chevereto/README.md
Rodolfo Berrios df2d4df94f fix typos
2022-11-16 15:16:18 -03:00

2.2 KiB

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