Skip to content
Snippets Groups Projects
Commit 8370fa50 authored by Matt Kirby's avatar Matt Kirby
Browse files

dockerised user-service

parent e9a441b8
No related branches found
No related tags found
1 merge request!9Create endpoint for user-registration
......@@ -16,7 +16,10 @@ services:
dockerfile: Dockerfile
restart: unless-stopped
ports:
- "9001:9000"
- "9002:9000"
environment:
- MONGO_URI=mongodb://user-mongo:27017/userdb
feed-mongo:
image: mongo
......@@ -27,6 +30,8 @@ services:
user-mongo:
image: mongo
container_name: user-mongo
volumes:
- "./mongo/db:/data/db"
ports:
- "27018:27017"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment