forked from skilld-labs/skilld-docker-container
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update of variables description in readme
- Loading branch information
David Ferlay
committed
Jul 19, 2019
1 parent
1ab14a0
commit e454d43
Showing
1 changed file
with
6 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -50,14 +50,18 @@ | |
| COMPOSE_FILE | Path to a Compose file(s) | `./docker/docker-compose.yml:./docker/docker-compose.override.yml` | | ||
| COMPOSE_PROJECT_NAME | Your project name | - | | ||
| PROFILE_NAME | Profile used for site install | sdd | | ||
| MODULES | Additional modules to enable after site install | | | ||
| MODULES | Additional modules to enable after site install | skilld_default_content | | ||
| THEME_NAME | Theme name used for frontend | - | | ||
| SITE_NAME | Site name | - | | ||
| SITE_NAME | Site name | Example | | ||
| SITE_MAIL | Site e-mail address | [email protected] | | ||
| ADMIN_NAME | Admin username | admin | | ||
| ADMIN_PW | Admin password | admin | | ||
| ADMIN_MAIL | Admin e-mail address | [email protected] | | ||
| PROJECT_INSTALL | Way to install site - from straight or existing config | - | | ||
| IMAGE_PHP | Php image to use | `skilldlabs/php:72-fpm` | | ||
| IMAGE_NGINX | Image to use for nginx container | `skilldlabs/nginx:1.14.1` | | ||
| IMAGE_FRONT | Image to use for front tasks | `skilldlabs/frontend:zen` | | ||
| IMAGE_DRIVER | Image to use for automated testing webdriver | `zenika/alpine-chrome` | | ||
| MAIN_DOMAIN_NAME | Domain name used for traefik | `docker.localhost` | | ||
| DB_URL | Url to connect to database | `sqlite:///dev/shm/d8.sqlite` | | ||
| DB_DATA_DIR | Full path to database storage | `/dev/shm` | | ||
|