Skip to content
This repository was archived by the owner on Jun 17, 2022. It is now read-only.

Commit

Permalink
Add 32.5: Deploying RabbitMQ
Browse files Browse the repository at this point in the history
  • Loading branch information
fabpot committed Feb 13, 2022
1 parent 167acc5 commit 55541ee
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .platform.app.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ dependencies:

runtime:
extensions:
- amqp
- apcu
- blackfire
- ctype
Expand Down Expand Up @@ -41,6 +42,7 @@ mounts:
relationships:
database: "database:postgresql"
redis: "rediscache:redis"
rabbitmq: "queue:rabbitmq"

hooks:
build: |
Expand Down
5 changes: 5 additions & 0 deletions .platform/services.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,8 @@ files:

rediscache:
type: redis:5.0

queue:
type: rabbitmq:3.7
disk: 1024
size: S

0 comments on commit 55541ee

Please sign in to comment.