opf / openproject-docker-compose

Recipes to deploy OpenProject with Docker, Docker Compose, Kubernetes, etc.
181 stars 164 forks source link

Seems to be broken out of the box #1

Closed ghost closed 3 years ago

ghost commented 3 years ago

docker-ps

errors

redge76 commented 3 years ago

Same here. I just tried and I get the same results image

redge76 commented 3 years ago

It seems that the version 11.1 does not work with this docker-compose. Just edit the docker-compose.yml and force it to use the old version with: x-op-image: &image image: openproject/community:11.0

notder commented 3 years ago

I found out that there are executable file in /app/docker/prod/ on docker image openproject/community:11 So you'll need to add /prod/ in compose/docker-compose.yml

command: "./docker/prod/proxy"
command: "./docker/prod/web"
command: "./docker/prod/worker"
command: "./docker/prod/cron"
command: "./docker/prod/seeder"
machisuji commented 3 years ago

Sorry, that was simply a wrong path as @notder pointed out. It's fixed now.