3.2.1-r2 release

phpBB expects an existing database to be configured with.
This commit is contained in:
Bitnami Bot
2017-11-21 14:59:39 +00:00
parent 4484cba1cd
commit 1a03442864
8 changed files with 154 additions and 38 deletions

View File

@@ -4,12 +4,20 @@ services:
image: 'bitnami/mariadb:latest'
environment:
- ALLOW_EMPTY_PASSWORD=yes
- MARIADB_USER=bn_phpbb
- MARIADB_DATABASE=bitnami_phpbb
volumes:
- 'mariadb_data:/bitnami'
phpbb:
image: 'bitnami/phpbb:3'
labels:
kompose.service.type: nodeport
environment:
- MARIADB_HOST=mariadb
- MARIADB_PORT_NUMBER=3306
- PHPBB_DATABASE_USER=bn_phpbb
- PHPBB_DATABASE_NAME=bitnami_phpbb
- ALLOW_EMPTY_PASSWORD=yes
ports:
- '80:80'
- '443:443'