Remove SMTP settings since that can be configured at runtime in the admin panel
This commit is contained in:
parent
ac941a1c0c
commit
23456b15a6
12
.env.sample
12
.env.sample
@ -12,18 +12,6 @@ PHPBB_EMAIL=forum@example.com
|
|||||||
PHPBB_FORUM_NAME=My Forum
|
PHPBB_FORUM_NAME=My Forum
|
||||||
PHPBB_FORUM_DESCRIPTION=A very nice 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_ADMIN_PASSWORD_VERSION=v1
|
||||||
SECRET_DB_PASSWORD_VERSION=v1
|
SECRET_DB_PASSWORD_VERSION=v1
|
||||||
SECRET_DB_ROOT_PASSWORD_VERSION=v1
|
SECRET_DB_ROOT_PASSWORD_VERSION=v1
|
@ -23,11 +23,6 @@ services:
|
|||||||
- PHPBB_EMAIL
|
- PHPBB_EMAIL
|
||||||
- PHPBB_FORUM_NAME
|
- PHPBB_FORUM_NAME
|
||||||
- PHPBB_FORUM_DESCRIPTION
|
- PHPBB_FORUM_DESCRIPTION
|
||||||
- PHPBB_COOKIE_SECURE
|
|
||||||
- PHPBB_SKIP_BOOTSTRAP
|
|
||||||
- PHPBB_SMTP_HOST
|
|
||||||
- PHPBB_SMTP_PORT
|
|
||||||
- PHPBB_SMTP_USER
|
|
||||||
volumes:
|
volumes:
|
||||||
- 'phpbb_data:/bitnami/phpbb'
|
- 'phpbb_data:/bitnami/phpbb'
|
||||||
deploy:
|
deploy:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user