| IMAGE: |
(?)
Name of the docker image to use.
arm64v8/wordpress - M1/M2 Macs
wordpress - Older computers
|
|
| CONTAINER_NAME: |
(?)
Name of the container. Recommend to use the name of the website/project.
|
|
| PORT: |
(?)
The port to host the container on, make sure you dont have a container running on this port when running the script.
|
|
| NEW_REPO: |
(?)
If a new git repo should be created. If "no" the below credentials will be used to attempt cloning an existing repo.
|
|
| GIT_HOST: |
(?)
The host for the git repo. We use bitbucket.
|
|
| GIT_REPO: |
(?)
The name of the git repo to create/use.
|
|
| NEW_DB: |
(?)
If a new database should be created.If "no", the database credentials below will be used to try and connect to an existing database.
|
|
| DB_HOST: |
(?)
The server that the database will be hosted on.Default: server11.serverdrift.com
|
|
| DB_NAME: |
(?)
Name of the database to create/use.
|
|
| DB_USER: |
(?)
Name of the database user.Default: dockerjo_master
|
|
| DB_PASSWORD: |
(?)
Password of the database user.Password for 'dockerjo_master' can be found in 1password.
|