fix: address shopware review feedback

This commit is contained in:
zrja
2026-04-09 04:15:42 +02:00
parent ac5f9b995a
commit 3100430dc5
2 changed files with 9 additions and 9 deletions

View File

@@ -103,7 +103,7 @@ services:
- redis-data:/data
bootstrap:
image: ${SHOPWARE_CLI_IMAGE:-shopware/shopware-cli:latest-php-8.4}
image: ${SHOPWARE_CLI_IMAGE:-shopware/shopware-cli:0.14.3-php-8.4}
restart: "no"
environment:
<<: *shopware-env
@@ -182,7 +182,7 @@ services:
volumes: *shopware-runtime-volumes
init:
image: ${SHOPWARE_BASE_IMAGE:-shopware/docker-base:8.4-nginx}
image: ${SHOPWARE_BASE_IMAGE:-shopware/docker-base:8.4.19-nginx}
restart: "no"
entrypoint:
- /bin/sh
@@ -265,8 +265,8 @@ services:
condition: service_healthy
volumes: *shopware-runtime-volumes
web:
image: ${SHOPWARE_BASE_IMAGE:-shopware/docker-base:8.4-nginx}
shopware:
image: ${SHOPWARE_BASE_IMAGE:-shopware/docker-base:8.4.19-nginx}
restart: unless-stopped
expose:
- "8000"
@@ -284,7 +284,7 @@ services:
volumes: *shopware-runtime-volumes
worker:
image: ${SHOPWARE_BASE_IMAGE:-shopware/docker-base:8.4-nginx}
image: ${SHOPWARE_BASE_IMAGE:-shopware/docker-base:8.4.19-nginx}
restart: unless-stopped
entrypoint:
- /bin/sh
@@ -300,7 +300,7 @@ services:
volumes: *shopware-runtime-volumes
scheduler:
image: ${SHOPWARE_BASE_IMAGE:-shopware/docker-base:8.4-nginx}
image: ${SHOPWARE_BASE_IMAGE:-shopware/docker-base:8.4.19-nginx}
restart: unless-stopped
entrypoint:
- /bin/sh

View File

@@ -15,15 +15,15 @@ install_admin_username = "admin"
install_admin_password = "${password:20}"
shopware_version = "6.7.8.2"
shopware_docker_version = "0.3.0"
shopware_cli_image = "shopware/shopware-cli:latest-php-8.4"
shopware_base_image = "shopware/docker-base:8.4-nginx"
shopware_cli_image = "shopware/shopware-cli:0.14.3-php-8.4"
shopware_base_image = "shopware/docker-base:8.4.19-nginx"
enable_demo_data = "1"
demo_data_version = "2.1.0"
[config]
[[config.domains]]
serviceName = "web"
serviceName = "shopware"
port = 8000
host = "${main_domain}"