Project

General

Profile

How to run redmine with a postgresql database using docker compose ?

Added by Faycal Sabbane almost 8 years ago

Hi everyone,

using the guide from the the official redmine docker image: https://hub.docker.com/_/redmine/ I've managed to run the server with a postgresql database container.
As there was no guide how to run the containers with docker compose. I've tried several solutions but none of them could run the redmine container with a connection to the database container.
Could someone please provide me an example on how to run redmine with postgresql using the docker compose v2 ?