Commit da8c7d6c by amir

kanban for gitlab

parent 3bc4f3dd
Showing with 17 additions and 0 deletions
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
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment