add: wordpress stack

This commit is contained in:
2025-12-29 17:27:05 -03:00
parent 8f22c03dac
commit c41d942244
11 changed files with 345 additions and 0 deletions

11
sample.env Normal file
View 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