18 lines
473 B
Plaintext
18 lines
473 B
Plaintext
# environment
|
|
ENVIRONMENT=gmolab
|
|
# site
|
|
SITE_TITLE="GMo Lab"
|
|
# container
|
|
WP_SITE=wp-site
|
|
WP_DB=wp-db
|
|
# host
|
|
HOST_NAME=wp-dev.gmolab.net
|
|
HOST_IP=172.31.10.15
|
|
# phpadmin image
|
|
PHPADMIN_IMAGE=arm64v8/phpmyadmin:latest
|
|
# wp client URL
|
|
WP_CLI_URL=https://raw.githubusercontent.com/wp-cli/builds/gh-pages/phar/wp-cli.phar
|
|
WP_CLI=wp-cli.phar
|
|
# gantry theme
|
|
GANTRY_THEME_HYDROGEN_URL=https://github.com/gantry/gantry5/releases/download/5.5.25/wordpress-tpl_g5_hydrogen_v5.5.25.zip
|