Skip to content

Commit

Permalink
Add minio to dev setup
Browse files Browse the repository at this point in the history
Signed-off-by: Till Wegmueller <[email protected]>
  • Loading branch information
Toasterson committed Jul 27, 2023
1 parent 0151835 commit 4f80d1c
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,16 @@ services:
- 8090:15672
- 5672:5672

minio:
image: quay.io/minio/minio
volumes:
- minio:/data
ports:
- 9000:9000
- 9001:9001
command: ["server", "/data", "--console-address", ":9001"]


volumes:
rabbitmq:
rabbitmq:
minio:

0 comments on commit 4f80d1c

Please sign in to comment.