Storyteller download defaulted to an old experimental release

The Storyteller download defaulted to an old experimental release 2.6.0-experimental.14 which did not function correctly on my machine, can it be please be looked into and changed to get the latest stable release as the default?

I was told by one of the devs during our troubleshooting that It could help to mention

Storyteller server images are hosted on GitLab,
They’re prefixed with web-, so for v2.7.7 the image tag is web-v2.7.7,
Any versions with .experimental or .rc in the name should be skipped

Thanks!

Hi @Vale86-beep and welcome here!

This is my working configuration for web-v2.7.7:

But I cannot get working with “container command”. I tried:

/bin/bash

-c

openssl rand -base64 32

>

/run/secrets/secret_key

But I get from container’s logs:

: line 1: /usr/bin/openssl rand -base64 32: No such file or directory

or

/usr/bin/bash: line 1: /run/secrets/secret_key: No such file or directory

Here is developers compose.yml, if someone want to continue to investigate working compose.yml for CasaOS (and Universtal store).