Sha256: bbec2b768134b9cb584138a67df02566a8bc36f75febca8e5bf27bccc036a95d

Contents?: true

Size: 848 Bytes

Versions: 6

Compression:

Stored size: 848 Bytes

Contents

# env - PROD or DEV
ENV=PROD

# wordpress
WORDPRESS_IMAGE=wordpress
WORDPRESS_PROD_VERSION=php7.4-fpm
WORDPRESS_DEV_VERSION=php7.4
WORDPRESS_CLI_VERSION=cli-php7.4
WORDPRESS_DB_NAME=wordpress
WORDPRESS_TABLE_PREFIX=wp_
WORDPRESS_DB_HOST=mysql
WORDPRESS_DB_USER=wordpress
WORDPRESS_DB_PASSWORD=password

# mariadb 
MARIADB_VERSION=latest
MYSQL_ROOT_PASSWORD=s3cretPassW0rd
MYSQL_DATA_DIR=./wordpress-sql
MYSQL_DUMP_DIR=./mysql-dumps

# nginx - nginx:latest
NGINX_VERSION=latest
SERVER_NAME=example.com
SERVER_ALT_NAME=www.example.com
WP_CONTAINER_NAME=wordpress
SECURE_SUBNET=192.168.0.0/16

# volumes on host
NGINX_CONF_DIR=./config/nginx/cfg/
NGINX_TEMPLATE_DIR=./config/nginx/tpl/
WORDPRESS_DATA_DIR=./wordpress-src

# build options
WORDPRESS_UID=1000
WORDPRESS_GID=1000
WORDPRESS_USER=app
WORDPRESS_GROUP=app
CUSTOM_WORDPRESS_IMAGE=my-wordpress

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
roro-0.3.33 lib/roro/stacks/unstoppable_developer_styles/omakase/frameworks/wordpress/templates/manifest/.env
roro-0.3.28 lib/roro/stacks/catalog/unstoppable/developer_styles/omakase/stories/wordpress/templates/stage_one/.env
roro-0.3.27 lib/roro/stacks/catalog/unstoppable/developer_styles/omakase/stories/wordpress/templates/stage_one/.env
roro-0.3.25 lib/roro/stacks/catalog/unstoppable/developer_styles/omakase/stories/wordpress/templates/stage_one/.env
roro-0.3.24 lib/roro/stacks/catalog/unstoppable/developer_styles/omakase/stories/wordpress/templates/stage_one/.env
roro-0.3.23 lib/roro/stacks/catalog/unstoppable/developer_styles/omakase/stories/wordpress/templates/stage_one/.env