IQSS / dataverse-docker

Dataverse 6.2 on Docker with integrated services called "Archive in a box" and could be used both as demo and production system and easily integrated with other services.
57 stars 45 forks source link

add useremail setting to example .env file #61

Closed carlsonp closed 2 years ago

carlsonp commented 2 years ago

The ${useremail} variable is set in docker-compose.yml but it is not included in .env_sample. Without it, docker-compose up -d fails to start.

carlsonp commented 2 years ago

I didn't notice, there's more detailed instructions further down in the README in terms of setup of those environment variables and such. I wonder if maybe the instructions just need to be adjusted a little. The easy "demo" that's at the top of the README doesn't work unless you also setup these other items...

4tikhonov commented 2 years ago

Thanks for contribution, @carlsonp ! And feel free to open new PR if you have suggestions.