https://github.com/cynegeirus/docker-redmine
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.
https://github.com/cynegeirus/docker-redmine
docker-redmine redmine redmine-plugin redmine-plugins redmine-server redmine-theme
Last synced: 4 months ago
JSON representation
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.
- Host: GitHub
- URL: https://github.com/cynegeirus/docker-redmine
- Owner: cynegeirus
- License: mit
- Created: 2025-05-17T20:12:10.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2025-05-17T20:21:53.000Z (5 months ago)
- Last Synced: 2025-06-02T01:01:50.494Z (5 months ago)
- Topics: docker-redmine, redmine, redmine-plugin, redmine-plugins, redmine-server, redmine-theme
- Language: CSS
- Homepage:
- Size: 22.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Redmine with Custom "Circle" Theme
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.
## Features
- Redmine running in a Docker container
- PostgreSQL as the database
- Custom "Circle" theme included
- Persistent storage using Docker volumes## Prerequisites
- [Docker](https://www.docker.com/)
- [Docker Compose](https://docs.docker.com/compose/)## Getting Started
1. Clone this repository:
```bash
git clone https://github.com/cynegeirus/docker-redmine.git
cd docker-redmine
````2. Make sure the custom theme is located in the `./circle` folder.
3. Build and start the containers:
```bash
docker-compose up --build
```4. Access Redmine:
Open your browser and navigate to: [http://localhost](http://localhost)
## Default Credentials
Redmine automatically creates an administrator account during the installation process after the first run. The default username is "admin:admin".
---
## License
This project is licensed under the [MIT License](LICENSE). See the license file for details.
---
## Issues, Feature Requests or Support
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.