Top Menu

Jump to content
Home
    Modules
      • Projects
      • Activity
      • Work packages
      • Gantt charts
      • Calendars
      • Team planners
      • Boards
      • News
    • Getting started
    • Introduction video
      Welcome to OpenProject Community
      Get a quick overview of project management and team collaboration with OpenProject. You can restart this video from the help menu.

    • Help and support
    • Upgrade to Enterprise edition
    • User guides
    • Videos
    • Shortcuts
    • Community forum
    • Enterprise support

    • Additional resources
    • Data privacy and security policy
    • Digital accessibility (DE)
    • OpenProject website
    • Security alerts / Newsletter
    • OpenProject blog
    • Release notes
    • Report a bug
    • Development roadmap
    • Add and edit translations
    • API documentation
  • Sign in
      Forgot your password?

      or sign in with your existing account

      Google

Side Menu

  • Overview
  • Activity
    Activity
  • Roadmap
  • Work packages
    Work packages
  • Gantt charts
    Gantt charts
  • Calendars
    Calendars
  • Team planners
    Team planners
  • Boards
    Boards
  • News
  • Forums

Content

Support Installation & Updates
  1. OpenProject
  2. Forums
  3. Support Installation & Updates
  4. Error trying to run OpenProject "one container per proccess" docker installation

Error trying to run OpenProject "one container per proccess" docker installation

Added by seba damus almost 5 years ago

Hi, I am new with OpenProject... I want to give it a try with members of my office.

I have a Ubuntu 18.04 installed and tried to get OpenProject to run with Docker but cant.  I am also new with docker, so I might be missing something.

Here is what I did:

I followed steps here: https://docs.openproject.org/installation-and-operations/installation/docker/

Install Docker with https://docs.docker.com/install, and could do the "Hello World" test, and also could get it to run with all-in-one containter, but would like it to run separately as it is recommended in the steps.

So, One container per process (recommended) tells to git clone first (there is no problem)

git clone --depth=1 --branch=stable/10 https://github.com/opf/openproject

But after runing: docker-compose up -d, inside the git repo... I get:

ERROR: Invalid interpolation format for "environment" option in service "cron": "OPENPROJECT_RAILS__RELATIVE__URL__ROOT=${OPENPROJECT_RAILS__RELATIVE__URL__ROOT:-}"

Dont know how to fix it, can you help and give some light?

Thanks!


Replies (4)

RE: Error trying to run OpenProject "one container per proccess" docker installation - Added by Cyril Rohr almost 5 years ago

Hello, can you make sure you have installed the latest version of Docker Compose (https://docs.docker.com/compose/install/) ?

Thanks,

Cyril

RE: Error trying to run OpenProject "one container per proccess" docker installation - Added by seba damus almost 5 years ago

Hi Cyril, thanks! I installed docker with official docker ubuntu repos, and it installed these versions:

docker-compose version 1.17.1, build unknown

Docker version 19.03.9, build 9d988398e7

RE: Error trying to run OpenProject "one container per proccess" docker installation - Added by Cyril Rohr almost 5 years ago

That Docker Compose version is very ancient (2017 - https://docs.docker.com/compose/release-notes/)

Can you upgrade Docker Compose using the URL I provided earlier?

RE: Error trying to run OpenProject \"one container per proccess\" docker installation - Added by seba damus almost 5 years ago

Thanks Cyril! I could make it work... seems official docker repo installs an old composer (also official ubuntu repo) so I could install following your link to docker-composer installation steps :-)

Thanks!!!

  • (1 - 4/4)
Loading...