Closed tamasgal closed 2 months ago
The latest PyPI release is v3.3.3... For a new setup, do not bother with the old v3.2.x image on Docker Hub.
Use the code from this PR's branch which will work with the latest v3.3.3 version.
In any case, for some reason your BASE_URL
is None (most likely due to a missing env var since the old images use env vars for most of the config?), which breaks pretty much everything since that config option is mandatory.
Actually, let me close this and open a new issue instead.
The latest PyPI release is v3.3.3... For a new setup, do not bother with the old v3.2.x image on Docker Hub.
Use the code from this PR's branch which will work with the latest v3.3.3 version.
In any case, for some reason your
BASE_URL
is None (most likely due to a missing env var since the old images use env vars for most of the config?), which breaks pretty much everything since that config option is mandatory.
Hi Everyone, Many thanks for your support. The issue is still there, just trying to install using the docker compose but indico installation stucks at events.events does not exist. Please see the screenshot of the error below:
I am new with indico but I have some little knowledge around docker. Many thanks for your support! Any help or tips on what I could will be highly appreciated. Hear from you soon.
God blesses!!!
Regards
I am trying to run the latest PyPI release of Indico (3.2.9, built locally) using the worker docker recipe but I get an error when the container starts, see below.
Is there a ready to use worker image somewhere? The latest I could find on DockerHub is 3.2.8 (https://hub.docker.com/r/getindico/indico/tags)