Closed rodrigocpaiva closed 1 month ago
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.
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.