Clone the repository
cd /var/local/deploy
git clone https://github.com/eaudeweb/redmine.docker
cd redmine.docker
Edit the secrets
cp .env.example .env
vim .env
Start redmine
docker-compose up -d
Initial configuration
To track changes from remote repositories, enter the redmine repository and clone them locally, for instance:
#> docker exec -ti redmine bash
#> cd /var/local/redmine/repositories
#> git clone --mirror https://github.com/account/repo.git
A cron task will update the repository every 15 minutes.
If you want to test changes locally:
docker build -t eaudeweb/redmine-local .docker-compose.dev.yml to docker-compose.override.yml to include the local image.Enter MySQL container
docker exec -ti redmine_mysql mysql -ps3cr3t redmine -e "UPDATE users SET auth_source_id = NULL WHERE id = XX"
2017
Content type
Image
Digest
sha256:1e7c162e8…
Size
408.7 MB
Last updated
10 months ago
docker pull eaudeweb/redmine