Skip to content

Commit

Permalink
[NamedCarts] refactor, fix compose
Browse files Browse the repository at this point in the history
  • Loading branch information
dpfaffenbauer committed May 11, 2024
1 parent 079301b commit dce40f5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ services:
php:
<<: *php
container_name: coreshop4-php
image: coreshop/coreshop:PHP8.1-fpm-debug
image: coreshop/coreshop:PHP8.2-fpm-debug
build:
target: dev
args:
Expand All @@ -73,7 +73,7 @@ services:
behat:
<<: *php
container_name: coreshop4-behat
image: coreshop/coreshop:PHP8.1-fpm-debug-behat
image: coreshop/coreshop:PHP8.2-fpm-debug-behat
build:
target: behat
args:
Expand All @@ -84,7 +84,7 @@ services:
depends_on:
- db
environment:
PIMCORE_TEST_DB_DSN: "mysql://pimcore:pimcore@db:3306/pimcore"
PIMCORE_TEST_DB_DSN: "mysql://root:ROOT@coreshop4-db/coreshop4___behat"
PIMCORE_KERNEL_CLASS: 'Kernel'
PIMCORE_CLASS_DIRECTORY: 'var/tmp/behat/var/classes'
command:
Expand Down

0 comments on commit dce40f5

Please sign in to comment.