Skip to content

RedmineをDockerで動かすの際、ちょっとでも面倒くさくないように。

Notifications You must be signed in to change notification settings

pnpk/docker_redmine

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

これは何か?

RedmineをDocker上で動作させるためのdocker-composeファイルです。 Redmineをお手軽に試してみたい場合に利用してみてください。

docker-compose up -dで起動した後、WEBブラウザでhttp://localhost:3000/にアクセスしてください。 ID/パスワードはadmin/adminです。

Dockerコンテナ起動後、外観を変更する場合はdataフォルダ配下に作成されるthemesにテーマフォルダを配置、プラグインをインストールする場合には同様にpluginsフォルダにプラグインを配置します。 プラグインの読み込みを行う際はdockerコンテナのプラグインディレクトリ上でbundle exec rake redmine:plugins:migrate RAILS_ENV=productionコマンドの実行が必要です。

構築環境を全て消去する場合にはdocker-compose down --rmi all --volumesを実行すると作成環境が削除できます。

About

RedmineをDockerで動かすの際、ちょっとでも面倒くさくないように。

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published