[GeoNode-users] docker compose fails to start using geonode project 2.8

Amedeo Fadini amefad at gmail.com
Sat Jun 29 01:01:08 PDT 2019


Hello again,
seems that adding a line with

RUN pip install invoke

in the Dockerfile fix the problem about enrrypoint.sh  (first i tryied
wiith apt onstall python-invoke).

Now I need only to tweak address and evironment variables.

Amedeo

Il ven 28 giu 2019, 19:51 Amedeo Fadini <amefad at gmail.com> ha scritto:

> Hi everybody,
> still trying to switch my geonode project to docker-compose instance on
> production....
>
> the containers are now succesfully built but the django container and
> celery container are alwuays restarting... looking the log with
>
> docker logs -f
>
> it seems that the entrypoint.sh script fails with error:
>
> no module named celery
>
> and (after adding a line to install it to Dockerfile):
>
> no module named docker
>
> This is strange because these python modules are included in
> requirements.txt of geonode 2.8 branch, and the requirements.txt of my app
> starts with:
>
> -e git+https://github.com/GeoNode/geonode.git@2.8#egg=geonode
>
> I really don't know where to search, is there a way to check container
> content while is not running?
>
> Amedeo
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osgeo.org/pipermail/geonode-users/attachments/20190629/f8df69de/attachment.html>


More information about the geonode-users mailing list