mirror of
https://github.com/chevereto/docker.git
synced 2026-05-06 15:17:35 +02:00
pure docker wip
This commit is contained in:
18
README.md
18
README.md
@@ -27,6 +27,24 @@ Dockerfile driven template project for building and running container images for
|
||||
* [Compose V2](https://docs.docker.com/compose/cli-command/) `docker compose`
|
||||
* Hostname pointing to server
|
||||
|
||||
## Pure Docker
|
||||
|
||||
```sh
|
||||
docker run -d \
|
||||
--name chevereto \
|
||||
-p 80:80 \
|
||||
-e CHEVERETO_DB_HOST=database \
|
||||
-e CHEVERETO_DB_USER=chevereto \
|
||||
-e CHEVERETO_DB_PASS=user_database_password \
|
||||
-e CHEVERETO_DB_PORT=3306 \
|
||||
-e CHEVERETO_DB_NAME=chevereto \
|
||||
-e CHEVERETO_ASSET_STORAGE_TYPE=local \
|
||||
-e CHEVERETO_ASSET_STORAGE_URL=/images/_assets/ \
|
||||
-e CHEVERETO_ASSET_STORAGE_BUCKET=/var/www/html/images/_assets/ \
|
||||
-v /var/www/html/images/ \
|
||||
ghcr.io/chevereto/chevereto
|
||||
```
|
||||
|
||||
## Quick setup
|
||||
|
||||
* Clone this repository [chevereto/docker](https://github.com/chevereto/docker) (see [SETUP](docs/SETUP.md#clone))
|
||||
|
||||
Reference in New Issue
Block a user