Skip to content
This repository was archived by the owner on Oct 24, 2024. It is now read-only.

Commit cdd51a4

Browse files
jugaltheshahcilindrox
authored andcommitted
docs: update readme
Add port, rabbit url to env file
1 parent 092e279 commit cdd51a4

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

.env

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
11
POSTGRES_PASSWORD=pag3rR0cks
2+
RABBIT_URL=amqp://localhost:5672/db

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,8 @@ This will build new images for the RabbitMQ, MongoDB and Redis services and then
2828

2929
And that's it. Congratulations on getting your local env ready for some developing.
3030

31+
Please note that when you run a service locally, RABBIT_URL should be "amqp://localhost:5672/db".
32+
3133
### Running daemonized
3234

3335
If you don't want to block your io and you're not a big fan of Tmux, you can easily run a daemonized version of docker-compose via the `-d` flag:

0 commit comments

Comments
 (0)