From 3100430dc56e8a17d91c561fa0cadae728284ce5 Mon Sep 17 00:00:00 2001 From: zrja Date: Thu, 9 Apr 2026 04:15:42 +0200 Subject: [PATCH] fix: address shopware review feedback --- blueprints/shopware/docker-compose.yml | 12 ++++++------ blueprints/shopware/template.toml | 6 +++--- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/blueprints/shopware/docker-compose.yml b/blueprints/shopware/docker-compose.yml index 6b18879e..6e23d6fd 100644 --- a/blueprints/shopware/docker-compose.yml +++ b/blueprints/shopware/docker-compose.yml @@ -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 diff --git a/blueprints/shopware/template.toml b/blueprints/shopware/template.toml index 1474e765..b93259c7 100644 --- a/blueprints/shopware/template.toml +++ b/blueprints/shopware/template.toml @@ -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}"