mirror of
https://github.com/chevereto/docker.git
synced 2026-02-23 06:30:44 +01:00
438386b90d25d0c58aaf2fd4359dc9585dbebc1c
Docker
🔔 Subscribe to don't miss any update regarding Chevereto.
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 manager for supporting multiple hostname
Requirements
- Chevereto V4 license key
- Server with
make,unzip,curl- Docker
- Compose V2
docker compose
Quick start
- Get Docker in your system
- Docker for Desktop
- Docker for Server (Servers)
- Clone this repository chevereto/docker (see SETUP)
git clone https://github.com/chevereto/docker.git
- Create Chevereto image (requires license)
make image
- Create nginx-proxy utilities
make proxy EMAIL_HTTPS=mail@yourdomain.tld
-
(Custom) Create
docker-compose.ymlby copyingdefault.yml -
(Recommended) Setup namespace
-
Run the container
make up-d HOSTNAME=<hostname>
Documentation
Languages
Shell
52.3%
Makefile
34.1%
Dockerfile
12.7%
HCL
0.9%