Skip to content

Commit

Permalink
added rabbitmq to cypress tests
Browse files Browse the repository at this point in the history
  • Loading branch information
grossmannmartin committed Oct 31, 2023
1 parent 96233d7 commit ef2ebac
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions docker/conf/docker-compose.github-actions.cypress.yml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,24 @@ services:
volumes:
- web-volume:/var/www/html/project-base/app/web

php-consumer:
restart: always
image: php-fpm-image
container_name: shopsys-framework-php-consumer
volumes:
- web-volume:/var/www/html/project-base/app/web
depends_on:
- php-fpm
- rabbitmq
entrypoint:
- /bin/sh
- -c
- sleep 5 && project-base/app/docker/php-fpm/consumer-entrypoint.sh 600

rabbitmq:
image: rabbitmq:3.12-management-alpine
container_name: shopsys-framework-rabbitmq

redis:
image: redis:5.0-alpine
container_name: shopsys-framework-redis
Expand Down

0 comments on commit ef2ebac

Please sign in to comment.