Skip to content

Commit

Permalink
feat: createUser allUsers | fix: db
Browse files Browse the repository at this point in the history
  • Loading branch information
gustavobarsan committed Feb 6, 2022
1 parent 853bfc0 commit ddceb1a
Show file tree
Hide file tree
Showing 7 changed files with 190 additions and 150 deletions.
5 changes: 2 additions & 3 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,12 @@ services:
ports:
- 5000:5000
environment:
MONGO_URL: mongodb
PORT: 5000
volumes:
- ./:/src/
restart: always
env_file: ./.env
links:
- mongodb
depends_on:
- mongodb
links:
- mongodb
Loading

0 comments on commit ddceb1a

Please sign in to comment.