Skip to content

Commit

Permalink
feature/RELEASE-1.0.9
Browse files Browse the repository at this point in the history
-- fix docker-compose
  • Loading branch information
sajera committed Sep 26, 2022
1 parent e854a41 commit 3697926
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,16 +29,15 @@ services:
command: redis-server --save 20 1 --loglevel warning
volumes:
- cache:/data/cache
-

queue:
image: rabbitmq:management
restart: always
ports:
- '5672:5672'
- '15672:15672'
volumes:
- queue:/data/queue
-
- cache:/data/queue

volumes:
cache:

0 comments on commit 3697926

Please sign in to comment.