Add initial environment script for Wordpress.

This commit is contained in:
2025-10-20 10:45:30 -07:00
parent dac5c0de17
commit 7e733dedcb

View File

@@ -0,0 +1,35 @@
# This file should be copied to `.env` and have its values changes as needed.
COMPOSE_BAKE=true
## Database ##
WORDPRESS_DB_HOST=db
WORDPRESS_DB_USER=exampleuser
WORDPRESS_DB_PASSWORD=examplepass
WORDPRESS_DB_NAME=exampledb
MYSQL_RANDOM_ROOT_PASSWORD=1
## Performance ##
# Standard Minimum
#WP_CPU=1.00
#WP_MEM=2.0G
#WP_CPU_DB=
#WP_MEM_DB=
# Standard Recommended
#WP_CPU=1.00
#WP_MEM=4.0G
#WP_CPU_DB=
#WP_MEM_DB=
# tested Minimum
#WP_CPU=
#WP_MEM=
#WP_CPU_DB=
#WP_MEM_DB=
# Tested Recommended
WP_CPU=
WP_MEM=
WP_CPU_DB=
WP_MEM_DB=