add: wordpress stack
This commit is contained in:
11
sample.env
Normal file
11
sample.env
Normal file
@@ -0,0 +1,11 @@
|
||||
DB_HOST=db
|
||||
DB_USER=wordpress
|
||||
DB_NAME=wordpress
|
||||
DB_PASS=mysecretpassword
|
||||
WPSTACK_ADMIN_EMAIL=contato@example.com # use a valid email
|
||||
WPSTACK_PROTOCOL=https
|
||||
WPSTACK_DOMAIN=localhost
|
||||
WPSTACK_BLOGNAME=My WP Site
|
||||
SMTP_HOST=mailpit
|
||||
SMTP_PORT=1025
|
||||
SMTP_AUTH=off
|
||||
Reference in New Issue
Block a user