Image:
redmine:latest Launchfile
View on GitHub
# yaml-language-server: $schema=https://launchfile.dev/schema/v1
version: launch/v1
name: redmine
description: "Flexible project management web application"
repository: https://github.com/redmine/redmine
logo: https://www.redmine.org/favicon.ico
image: redmine:latest
provides:
- protocol: http
port: 3000
exposed: true
requires:
- type: postgres
set_env:
REDMINE_DB_POSTGRES: $host
REDMINE_DB_PORT: $port
REDMINE_DB_DATABASE: $name
REDMINE_DB_USERNAME: $user
REDMINE_DB_PASSWORD: $password
env:
REDMINE_SECRET_KEY_BASE:
generator: secret
sensitive: true
description: "Secret key for session signing"
storage:
files:
path: /usr/src/redmine/files
persistent: true
restart: always Test Results
Last Tested
2026-04-06
Health Check
Passing
Startup Time
6s
Total Disk
873 MB
Required Services
postgres
Learn More
Spec references for features used in this Launchfile.