mirror of
https://github.com/bitnami/containers.git
synced 2026-02-22 16:17:21 +08:00
Update root docker-compose.yml file
This commit is contained in:
@@ -4,12 +4,21 @@ services:
|
||||
image: 'bitnami/mariadb:latest'
|
||||
environment:
|
||||
- ALLOW_EMPTY_PASSWORD=yes
|
||||
- MARIADB_USER=bn_magento
|
||||
- MARIADB_PASSWORD=magento_db_password
|
||||
- MARIADB_DATABASE=bitnami_magento
|
||||
volumes:
|
||||
- 'mariadb_data:/bitnami'
|
||||
magento:
|
||||
image: 'bitnami/magento:latest'
|
||||
labels:
|
||||
kompose.service.type: nodeport
|
||||
environment:
|
||||
- MARIADB_HOST=mariadb
|
||||
- MARIADB_PORT_NUMBER=3306
|
||||
- MAGENTO_DATABASE_USER=bn_magento
|
||||
- MAGENTO_DATABASE_PASSWORD=magento_db_password
|
||||
- MAGENTO_DATABASE_NAME=bitnami_magento
|
||||
ports:
|
||||
- '80:80'
|
||||
- '443:443'
|
||||
|
||||
Reference in New Issue
Block a user