Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Building #6

Open
wants to merge 17 commits into
base: main
Choose a base branch
from
Prev Previous commit
Next Next commit
12.16 todo-back-dev up. mango and redis ok
  • Loading branch information
youremai committed Jul 18, 2022
commit df30baecf2fe30e4fdc8dabda6416689f5e501d6
2 changes: 1 addition & 1 deletion todo-app/todo-backend/docker-compose.dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ services:
volumes:
- ./:/usr/src/app
environment:
MONGO_URL: mongodb://the_username:the_password@mongodb:27017/the_database
MONGO_URL: mongodb://the_username:the_password@mongo:27017/the_database
REDIS_URL: redis://redis:6379
ports:
- 3001:3001 #machine/container
Expand Down