Skip to content

Commit

Permalink
Merge pull request #72 from cheehongw/remove-rabbitmq
Browse files Browse the repository at this point in the history
Remove rabbitmq
  • Loading branch information
Eclipse-Dominator authored Nov 14, 2023
2 parents d1f7aa3 + ce1fe2e commit e3ac72e
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 33 deletions.
17 changes: 0 additions & 17 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -150,23 +150,6 @@ services:
- "${PG_PORT}:5432"
volumes:
- postgres_data:/var/lib/postgresql/data/


rabbitmq:
image: rabbitmq:3-management
container_name: rabbitmq
environment:
- RABBITMQ_DEFAULT_USER=guest
- RABBITMQ_DEFAULT_PASS=guest
ports:
- "5672:5672"
- "15672:15672"
healthcheck:
test: rabbitmq-diagnostics -q ping
interval: 30s
timeout: 30s
retries: 5
start_period: 30s

redis:
container_name: redis
Expand Down
16 changes: 0 additions & 16 deletions docker_compose_dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -127,22 +127,6 @@ services:
volumes:
- postgres_data:/var/lib/postgresql/data/

rabbitmq:
image: rabbitmq:3-management
container_name: rabbitmq
environment:
- RABBITMQ_DEFAULT_USER=guest
- RABBITMQ_DEFAULT_PASS=guest
ports:
- "5672:5672"
- "15672:15672"
healthcheck:
test: rabbitmq-diagnostics -q ping
interval: 30s
timeout: 30s
retries: 5
start_period: 30s

redis:
container_name: redis
image: redis:7
Expand Down

0 comments on commit e3ac72e

Please sign in to comment.