feat(magento): switch to ghcr.io/alexcheng1982/docker-magento2:2.4.6-p3; update Compose/Env/Tasks/Docs

• Docs: updated to MAGENTO_VOLUME; removed Installation/User_Administration guides
• Compose: volume path → /var/www/html; switched variables to MAGENTO_*/MYSQL_*/OPENSEARCH_*
• Env: new variable set + APACHE_SERVERNAME
• Task: setup:install via docker compose exec (multiline form)
• Schema: removed obsolete credentials definition
Link: https://chatgpt.com/share/68b8dc30-361c-800f-aa69-88df514cb160
This commit is contained in:
2025-09-04 02:25:49 +02:00
parent 4f8ce598a9
commit 0e72dcbe36
11 changed files with 79 additions and 108 deletions

View File

@@ -19,19 +19,19 @@ server:
docker:
services:
application:
image: "bitnami/magento"
version: "latest"
name: "magento"
image: "ghcr.io/alexcheng1982/docker-magento2"
version: "2.4.6-p3"
name: "magento"
backup:
no_stop_required: true
database:
enabled: true # Central DB recommended; if disabled, app-local DB is created
enabled: true # Central DB recommended; if disabled, app-local DB is created
redis:
enabled: true
enabled: true
search:
enabled: true
image: "opensearchproject/opensearch"
version: "latest"
name: "magento-opensearch"
enabled: true
image: "opensearchproject/opensearch"
version: "latest"
name: "magento-opensearch"
volumes:
data: "magento_data"
data: "magento_data"