Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
K
karname-ui
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
JIRA
JIRA
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Reza Sahebgharan
karname-ui
Commits
f0620954
Commit
f0620954
authored
Nov 09, 2019
by
Reza Sahebgharan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix(updatedockercompose): update docker compose,readme have broker container
parent
1ab3db06
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
5 deletions
+6
-5
README.md
README.md
+5
-4
docker-compose.yml
docker-compose.yml
+1
-1
No files found.
README.md
View file @
f0620954
...
@@ -26,17 +26,18 @@ services:
...
@@ -26,17 +26,18 @@ services:
ROOT_URL: ${APP_ROOT_URL:-http://localhost}
ROOT_URL: ${APP_ROOT_URL:-http://localhost}
MONGO_URL: mongodb://mongo:27017/karname
MONGO_URL: mongodb://mongo:27017/karname
PORT: 3000
PORT: 3000
METEOR_SETTINGS: '{"worklistUrl":"http://karname-broker
:8086
"}'
METEOR_SETTINGS: '{"worklistUrl":"http://karname-broker"}'
mongo:
mongo:
image: repo.marcopacs.com/karname/mongo-windows
image: repo.marcopacs.com/karname/mongo-windows
volumes:
volumes:
-
C:
\d
ata
\d
b:C:
\d
ata
\d
b
-
C:
\d
ata
\d
b:C:
\d
ata
\d
b
networks:
volumes:
data:
networks:
default:
default:
external:
external:
name: nat
name: nat
volumes:
data:
-------------------------------------------------------------------
-------------------------------------------------------------------
4.
navigate to Drive C and create a folder called "data"
4.
navigate to Drive C and create a folder called "data"
...
...
docker-compose.yml
View file @
f0620954
...
@@ -16,7 +16,7 @@ services:
...
@@ -16,7 +16,7 @@ services:
ROOT_URL
:
${APP_ROOT_URL:-http://localhost}
ROOT_URL
:
${APP_ROOT_URL:-http://localhost}
MONGO_URL
:
mongodb://mongo:27017/karname
MONGO_URL
:
mongodb://mongo:27017/karname
PORT
:
3000
PORT
:
3000
METEOR_SETTINGS
:
'
{"worklistUrl":"http://karname-broker
:8086
"}'
METEOR_SETTINGS
:
'
{"worklistUrl":"http://karname-broker"}'
mongo
:
mongo
:
image
:
repo.marcopacs.com/karname/mongo-windows
image
:
repo.marcopacs.com/karname/mongo-windows
volumes
:
volumes
:
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment