File tree 3 files changed +6
-175
lines changed
3 files changed +6
-175
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1
1
services :
2
2
php :
3
- image : ghcr.io/sylius/sylius-php:8.2 -fixuid-xdebug-alpine
3
+ image : ghcr.io/sylius/sylius-php:8.3 -fixuid-xdebug-alpine
4
4
user : ${DOCKER_USER:-1000:1000}
5
5
depends_on :
6
6
mysql :
@@ -16,6 +16,8 @@ services:
16
16
SYLIUS_MESSENGER_TRANSPORT_MAIN_FAILED_DSN : doctrine://default?queue_name=main_failed
17
17
SYLIUS_MESSENGER_TRANSPORT_CATALOG_PROMOTION_REMOVAL_DSN : doctrine://default?queue_name=catalog_promotion_removal
18
18
SYLIUS_MESSENGER_TRANSPORT_CATALOG_PROMOTION_REMOVAL_FAILED_DSN : doctrine://default?queue_name=catalog_promotion_removal_failed
19
+ SYLIUS_MESSENGER_TRANSPORT_PAYMENT_REQUEST_DSN : sync://
20
+ SYLIUS_MESSENGER_TRANSPORT_PAYMENT_REQUEST_FAILED_DSN : sync://
19
21
PHP_DATE_TIMEZONE : ${PHP_DATE_TIMEZONE:-UTC}
20
22
XDEBUG_MODE : debug
21
23
XDEBUG_CONFIG : >-
@@ -49,7 +51,7 @@ services:
49
51
ports :
50
52
- " 80:80"
51
53
nodejs :
52
- image : node:${NODE_VERSION:-20 }-alpine
54
+ image : node:${NODE_VERSION:-22 }-alpine
53
55
user : ${DOCKER_USER:-1000:1000}
54
56
working_dir : /srv/sylius
55
57
entrypoint : [ "/bin/sh","-c" ]
Original file line number Diff line number Diff line change 1
1
services :
2
2
php :
3
- image : ghcr.io/sylius/sylius-php:8.2 -alpine
3
+ image : ghcr.io/sylius/sylius-php:8.3 -alpine
4
4
mysql :
5
- image : mysql:8.0
5
+ image : mysql:8.4
6
6
platform : linux/amd64
7
7
healthcheck :
8
8
test : ' /usr/bin/mysql --execute "SHOW databases;"'
You can’t perform that action at this time.
0 commit comments