Remove SMTP settings since that can be configured at runtime in the admin panel

This commit is contained in:
Cassowary 2023-07-10 11:55:38 -07:00
parent ac941a1c0c
commit 23456b15a6
2 changed files with 0 additions and 17 deletions

View File

@ -12,18 +12,6 @@ PHPBB_EMAIL=forum@example.com
PHPBB_FORUM_NAME=My Forum
PHPBB_FORUM_DESCRIPTION=A very nice forum
# PHPBB_COOKIE_SECURE=yes
# Can be enabled after initial startup?
# PHPBB_SKIP_BOOTSTRAP=yes
# Email setup
# PHPBB_SMTP_HOST=
# PHPBB_SMTP_PORT=
# PHPBB_SMTP_USER=
# Set SMTP password as the 'smtp_password' secret on the 'app' container.
SECRET_ADMIN_PASSWORD_VERSION=v1
SECRET_DB_PASSWORD_VERSION=v1
SECRET_DB_ROOT_PASSWORD_VERSION=v1

View File

@ -23,11 +23,6 @@ services:
- PHPBB_EMAIL
- PHPBB_FORUM_NAME
- PHPBB_FORUM_DESCRIPTION
- PHPBB_COOKIE_SECURE
- PHPBB_SKIP_BOOTSTRAP
- PHPBB_SMTP_HOST
- PHPBB_SMTP_PORT
- PHPBB_SMTP_USER
volumes:
- 'phpbb_data:/bitnami/phpbb'
deploy: