BytezoTeam / Eventfully

https://eventfully.ugolis.de/
GNU General Public License v3.0
4 stars 2 forks source link

Replace Melisearch Variables with working default Variables #75

Closed kaindlnetwork closed 2 months ago

kaindlnetwork commented 4 months ago

Hi there,

The setup with Docker Compose does not work if the default value is less than 16 bytes. I suggest the following improvements:

a) Use a variable whenever the Meilisearch key is needed to prevent copy-paste errors. b) Define a default variable to set it by default:

${MELLISEARCH_KEY:-r2Lr7e68Yf3y-GekSB7pz6IWNpg0G-lFpJYTG4VUqB4}

One major improvement would be to have both the web container and the Meilisearch container use the same name for the Meilisearch key to avoid confusion.

Best Regards

Fabian