This project provides a Dockerized Redmine instance with a custom theme named Circle. It uses PostgreSQL as the database backend and mounts persistent volumes for data storage.
- Redmine running in a Docker container
- PostgreSQL as the database
- Custom "Circle" theme included
- Persistent storage using Docker volumes
-
Clone this repository:
git clone https://github.com/cynegeirus/docker-redmine.git cd docker-redmine -
Make sure the custom theme is located in the
./circlefolder. -
Build and start the containers:
docker-compose up --build
-
Access Redmine:
Open your browser and navigate to: http://localhost
Redmine automatically creates an administrator account during the installation process after the first run. The default username is "admin:admin".
This project is licensed under the MIT License. See the license file for details.
Please use the Issue > New Issue button to submit issues, feature requests or support issues directly to me. You can also send an e-mail to akin.bicer@outlook.com.tr.