Install https://github.com/getzep/zep on Easypanel #98
Replies: 1 comment
-
I've found the solution. To resolve this, you need to add a bind mount that points the host path to the full path of the config.yaml file on your server (e.g. /etc/easypanel/projects/eduzen/zep/volumes/zep-data/config.yaml). On the Mount Path, set /app/config.yaml. This should properly link the configuration file for the getzep/zep installation on Easypanel. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, please, can you help me to install Zep on Easypanel 1.51? My Easypanel runs in a Hostinger VPC on Ubuntu. More details below:
Zep offers a docker compose for self-hosting installation (includes postgres and zet-nlp-server), but Easypanel doesn't support compose.
I tried to convert the docker compose to a Easypanel Template (code below), but after running it shows the error:
level=fatal msg="store.type must be set"
even using the following env variables:My template is below.
Beta Was this translation helpful? Give feedback.
All reactions