Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
ipgallery
/
devops
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Registry
Issues
0
Merge Requests
0
Wiki
Settings
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
da8c7d6c
authored
Nov 01, 2016
by
amir
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
kanban for gitlab
parent
3bc4f3dd
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
17 additions
and
0 deletions
docker/composers/kanban.yml
docker/composers/kanban.yml
0 → 100644
View file @
da8c7d6c
kanban_redis
:
image
:
leanlabs/redis:1.0.0
ports
:
-
"
7379:6379"
volumes
:
-
"
/opt/mcx/redis:/data"
kanban_server
:
image
:
leanlabs/kanban
environment
:
KANBAN_SERVER_HOSTNAME
:
http://localhost
KANBAN_GITLAB_URL
:
https://172.16.1.212
KANBAN_REDIS_ADDR
:
kanban_redis:6379
ports
:
-
"
8015:80"
links
:
-
kanban_redis
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