Redmine is a flexible project management web application.
docker-compose.yml is for secure network. (etc. in VPN) Therefore, don't use insecure network like global network.
-
Replace
<<>>in docker-compose.yml and configuration.yml. -
Replace
<<MYSQL CONFIG DIRECTORY PATH>>to yourmysql-confdirectory. -
Run below command.
$ docker-compose up -d
- Run shell script.
$ bash setup.sh
root user's username and password is admin.
In the case of need plugins, do below steps.
-
Deploy files of plugin to plugins volume.
-
Run shell script.
$ bash install-plugins.sh
Save <<YOUR DIRECTORY PATH>> of volumes and docker-compose.yml.
- Deploy
<<YOUR DIRECTORY PATH>>. - Run
$ docker-compose up -d.