Sign inSign up

dataplan/redmine

By dataplan

•Updated about 1 year ago

redmine for arm64 and amd64 and SMTP config options

Image
0

1.0K

dataplan/redmine repository overview

⁠Example of docker-compose.yaml

Exec this with docker compose run up

version: "3.9"

services:
  dpredmine:
    image: dataplan/redmine
    ports:
      - 8080:3000
    environment:
      # change this if needed
      REDMINE_DB_MYSQL: some_db_host
      REDMINE_DB_PORT: 3306
      REDMINE_DB_DATABASE: redmine
      REDMINE_DB_USERNAME: root
      REDMINE_DB_PASSWORD: root
      SMTP_HOST: mail.my.company
      SMTP_PORT: 587
      SMTP_USER: user
      SMTP_PASS: user
      SMTP_DOMAIN: my.company

Tag summary

Content type

Image

Digest

sha256:f7b76a427…

Size

376.4 MB

Last updated

about 1 year ago

docker pull dataplan/redmine