티스토리 뷰

카테고리 없음

Redmine Plugin Install

cozynow 2021. 1. 2. 01:14
version: '2'
services:
  mariadb:
    image: 'docker.io/bitnami/mariadb:10.3-debian-10'
    environment:
      # ALLOW_EMPTY_PASSWORD is recommended only for development.
      - ALLOW_EMPTY_PASSWORD=yes
      - MARIADB_USER=bn_redmine
      - MARIADB_DATABASE=bitnami_redmine
    volumes:
      - 'mariadb_data:/bitnami'
  redmine:
    image: 'docker.io/bitnami/redmine:4-debian-10'
    environment:
      # ALLOW_EMPTY_PASSWORD is recommended only for development.
      - ALLOW_EMPTY_PASSWORD=yes
      - REDMINE_DATABASE_HOST=mariadb
      - REDMINE_DATABASE_PORT_NUMBER=3306
      - REDMINE_DATABASE_USER=bn_redmine
      - REDMINE_DATABASE_NAME=bitnami_redmine
    ports:
      - '3000:3000'
    volumes:
      - 'redmine_data:/bitnami'
    depends_on:
      - mariadb
volumes:
  mariadb_data:
    driver: local
  redmine_data:
    driver: local

참고 : https://github.com/bitnami/containers/tree/main/bitnami/redmine#how-to-use-this-image

 

레드마인 플러그인의 최소한 아래 플러그인을 설치해야 좋다.

redmine plug-in

 

 

mikitex70 - Overview

mikitex70 has 15 repositories available. Follow their code on GitHub.

github.com

 

Redmine Agile Plugin for Agile Project Management | RedmineUP

Redmine Agile Plugin gives you access to drag&drop agile board, swimlanes, Sprint planner, Story Points, WIP limits. Scrum and Kanban ready. Learn more

www.redmineup.com

 

 

Redmine Agile Plugin for Agile Project Management | RedmineUP

Redmine Agile Plugin gives you access to drag&drop agile board, swimlanes, Sprint planner, Story Points, WIP limits. Scrum and Kanban ready. Learn more

www.redmineup.com

Redmine Docker-Compose

 

댓글
공지사항
최근에 올라온 글
최근에 달린 댓글
Total
Today
Yesterday
링크
«   2025/04   »
1 2 3 4 5
6 7 8 9 10 11 12
13 14 15 16 17 18 19
20 21 22 23 24 25 26
27 28 29 30
글 보관함