Skip to content

Commit

Permalink
docker-compose: add rabbitMQ container for cypress tests on gitlab CI…
Browse files Browse the repository at this point in the history
… (#2950)
  • Loading branch information
vitek-rostislav authored Dec 19, 2023
1 parent 932079f commit 07a4d0f
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions gitlab/docker-compose-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,12 @@ services:
ports:
- "8060:8080"

rabbitmq:
image: rabbitmq:3.12-management-alpine
container_name: shopsys-framework-rabbitmq
ports:
- "15672:15672"

volumes:
web-volume:
postgres-data:
Expand Down

0 comments on commit 07a4d0f

Please sign in to comment.