Skip to content

Commit

Permalink
remove rabbitmq
Browse files Browse the repository at this point in the history
  • Loading branch information
lloydzhou committed Dec 29, 2023
1 parent ecd0b1d commit e567528
Showing 1 changed file with 0 additions and 16 deletions.
16 changes: 0 additions & 16 deletions deploy/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,22 +26,6 @@ services:
- ./data/redis:/data
command: redis-server --save 20 1 --loglevel warning

rabbitmq:
restart: always
image: rabbitmq:3.7-management-alpine
environment:
RABBITMQ_ERLANG_COOKIE: "SWQOKODSQALRPCLNMEQG"
RABBITMQ_DEFAULT_USER: "rabbitmq"
RABBITMQ_DEFAULT_PASS: "rabbitmq"
RABBITMQ_DEFAULT_VHOST: "/"
VIRTUAL_HOST: rabbitmq.gitmaya.com
VIRTUAL_PORT: 15672
ports:
- "15672"
- "5672"
volumes:
- ./data/rabbitmq:/data/mnesia

mysql:
restart: always
image: mysql:5.7
Expand Down

0 comments on commit e567528

Please sign in to comment.