mirror of
https://github.com/bitnami/containers.git
synced 2026-03-13 14:58:03 +08:00
2.4.1-debian-10-r80 release
This commit is contained in:
@@ -5,25 +5,25 @@ services:
|
||||
environment:
|
||||
- ALLOW_EMPTY_PASSWORD=yes
|
||||
- MARIADB_USER=bn_magento
|
||||
- MARIADB_PASSWORD=magento_db_password
|
||||
- MARIADB_DATABASE=bitnami_magento
|
||||
volumes:
|
||||
- 'mariadb_data:/bitnami'
|
||||
- 'mariadb_data:/bitnami/mariadb'
|
||||
magento:
|
||||
image: 'docker.io/bitnami/magento:2-debian-10'
|
||||
ports:
|
||||
- '80:8080'
|
||||
- '443:8443'
|
||||
environment:
|
||||
- MARIADB_HOST=mariadb
|
||||
- MARIADB_PORT_NUMBER=3306
|
||||
- MAGENTO_HOST=localhost
|
||||
- MAGENTO_DATABASE_HOST=mariadb
|
||||
- MAGENTO_DATABASE_PORT_NUMBER=3306
|
||||
- MAGENTO_DATABASE_USER=bn_magento
|
||||
- MAGENTO_DATABASE_PASSWORD=magento_db_password
|
||||
- MAGENTO_DATABASE_NAME=bitnami_magento
|
||||
- ELASTICSEARCH_HOST=elasticsearch
|
||||
- ELASTICSEARCH_PORT_NUMBER=9200
|
||||
ports:
|
||||
- '80:80'
|
||||
- '443:443'
|
||||
- ALLOW_EMPTY_PASSWORD=yes
|
||||
volumes:
|
||||
- 'magento_data:/bitnami'
|
||||
- 'magento_data:/bitnami/magento'
|
||||
depends_on:
|
||||
- mariadb
|
||||
- elasticsearch
|
||||
@@ -32,9 +32,9 @@ services:
|
||||
volumes:
|
||||
- 'elasticsearch_data:/bitnami/elasticsearch/data'
|
||||
volumes:
|
||||
elasticsearch_data:
|
||||
driver: local
|
||||
mariadb_data:
|
||||
driver: local
|
||||
magento_data:
|
||||
driver: local
|
||||
elasticsearch_data:
|
||||
driver: local
|
||||
|
||||
Reference in New Issue
Block a user