Skip to content

Commit b714d29

Browse files
authored
Merge pull request #3 from wannevancamp/cleanup
Cleanup
2 parents 8507ed4 + f2fb158 commit b714d29

File tree

9 files changed

+3859
-4157
lines changed

9 files changed

+3859
-4157
lines changed

.gitignore

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,6 @@
1515
!/var/.htaccess
1616
/auth.json
1717
/install.lock
18-
public/asset-manifest.json
19-
files/asset-manifest.json
18+
/public/asset-manifest.json
19+
/files/asset-manifest.json
2020
###< shopware/core ###

.shopware-project.yml

Lines changed: 0 additions & 3 deletions
This file was deleted.

compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ services:
7070
depends_on:
7171
init:
7272
condition: service_completed_successfully
73-
entrypoint: [ "php", "bin/console", "messenger:consume", "async", "--time-limit=300", "--memory-limit=512M" ]
73+
entrypoint: [ "php", "bin/console", "messenger:consume", "async low_priority", "--time-limit=300", "--memory-limit=512M" ]
7474
deploy:
7575
replicas: 3
7676

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"require": {
66
"composer-runtime-api": "^2.0",
77
"shopware/administration": "*",
8-
"shopware/core": "6.5.8.*",
8+
"shopware/core": "6.7.2.*",
99
"shopware/deployment-helper": "^0.0.4",
1010
"shopware/docker": "^0.1.0",
1111
"shopware/elasticsearch": "*",

0 commit comments

Comments
 (0)