-
Notifications
You must be signed in to change notification settings - Fork 153
Error on docker-compose up #68
Comments
I've solved that by modifying Dockerfile. Instead this: RUN set -x; I've added these two lines to download and install libssl1.0.0: RUN set -x; |
I also have an issue with Could anyone give me any suggestion? :/ Thanks! UPDATEThat solved the issue:
I also had to turn off my MacOS Firewall In addition to what @jialvarez suggested |
You have to add this line: below of line saying: |
@jialvarez thanks for the tip! I forgot to update my latest comment as I already done that ref: #52 Now I have another issue lol http://localhost/ is just not working for some reason UPDATEFrom what I can understand I have to place a sleep so taiga will wait for the database to initialise? UPDATEI applied the changes suggested in #66 and now I'm waiting for the miracle to happen :lol: |
Seems that I'm not the only one stuck on that point, @jialvarez from what I saw in #67 you also stuck there, how did you solve this? Similar issues: #24 and #30 UPDATEbased on https://github.com/taigaio/taiga-back/issues/958 and https://github.com/taigaio/taiga-back/issues/958 it seems that it is safe to remove UPDATEnope, nothing happened, still stuck on the same messages, I guess I'll give up on taiga until they officially support docker or there will be a working docker repository that won't be a pain in the ass to get it up and running. UPDATEI overcome the message, setup now gone fine but when I try to run http://localhost/ I'm getting: |
Hi, in my case, when installation seemed to be stuck in that point, I've just tried to access to the Taiga URL and everything was running OK. I didn't do nothing far away from adding the line ENV TAIGA_SSL_BY_REVERSE_PROXY False and solved the step 7: The following packages have unmet dependencies: to fix libssl1.0.0 installation. |
Hi, try to restart taiga service :) |
I have an issue with it too, i think it is the same
changing the gpg server did not help at all
|
@gerroon this one worked for me in step 5: RUN apt-key adv \ |
Thanks it works. I do know what is up with these key servers failing like that |
@panosru If you are running docker for windows, postgres is not able to start, you need to create a volume with This is really ugly, and a bad workaround, but the issue with postgress has been closed without solution for a couple of years now... |
the solution to the problem: nginx : Depends: libssl1.0.0 (>= 1.0.1) but it is not installable is to force an earlier version of python image change: FROM python:3.5 to: FROM python:3.5.2 |
Unfortunately I always get an error at build step 7 when I fire up the docker-compose up command.
Any Idea how to fix that?
I'm running this under linux Manjaro with docker 18.06.1-ce
Here is the log:
The text was updated successfully, but these errors were encountered: