Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wiki-js
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
1
Issues
1
List
Board
Labels
Milestones
Merge Requests
1
Merge Requests
1
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Jacklull
wiki-js
Commits
f31dccab
Commit
f31dccab
authored
Jun 25, 2017
by
NGPixel
Committed by
Nicolas Giard
Jul 09, 2017
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix: Docker fixes
parent
4e4614e6
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
docker-compose.yml
docker-compose.yml
+2
-2
config.docker.yml
npm/configs/config.docker.yml
+1
-1
No files found.
docker-compose.yml
View file @
f31dccab
...
@@ -3,13 +3,13 @@ services:
...
@@ -3,13 +3,13 @@ services:
wikidb
:
wikidb
:
image
:
mongo
image
:
mongo
ports
:
ports
:
-
'
27017'
-
'
27017
:27017
'
command
:
'
--smallfiles
--logpath=/dev/null'
command
:
'
--smallfiles
--logpath=/dev/null'
wikijs
:
wikijs
:
image
:
'
requarks/wiki:latest'
image
:
'
requarks/wiki:latest'
links
:
links
:
-
wikidb
-
wikidb
ports
:
ports
:
-
'
3000'
-
'
3000
:3000
'
environment
:
environment
:
-
PORT=3000
-
PORT=3000
npm/configs/config.docker.yml
View file @
f31dccab
...
@@ -103,7 +103,7 @@ sessionSecret: 1234567890abcdefghijklmnopqrstuvxyz
...
@@ -103,7 +103,7 @@ sessionSecret: 1234567890abcdefghijklmnopqrstuvxyz
# Database Connection String
# Database Connection String
# ---------------------------------------------------------------------
# ---------------------------------------------------------------------
db
:
mongodb://
mongo
:27017/wiki
db
:
mongodb://
wikidb
:27017/wiki
# ---------------------------------------------------------------------
# ---------------------------------------------------------------------
# Git Connection Info
# Git Connection Info
...
...
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