Monica: Docker image does not work because it is missing the .env file

Created on 13 Nov 2017  路  7Comments  路  Source: monicahq/monica

It is a terrible user experience to have to manually copy the .env.example file with Docker. It threw me off really bad.

Most helpful comment

So basically you just need the docker make files to copy the .env.example to .env. I'm also assuming some reminder or warning to let the user know they will need to make configuration changes.

All 7 comments

Why is it a terrible user experience? Now you add an .env file with default settings and not even completely configured for a workable container this means you need to add a bunch of '-e' tags to get it configured? Don't even know if it is supported like that

If you want a better user experience you can just sign up for a Monica account without having to deploy this yourself.

Gee, it's a terrible docker user experience is what I'm referring to. In my experience, Docker containers should work out of the box without having to configure them. Configuration should be reserved for overriding default settings, not a requirement to spin up a container. Also, containers should be able to be configured with just environment variables.

So basically you just need the docker make files to copy the .env.example to .env. I'm also assuming some reminder or warning to let the user know they will need to make configuration changes.

Yeah, that's exactly what I was thinking

I made a pull request for it

Was this page helpful?
0 / 5 - 0 ratings

Related issues

TheGP picture TheGP  路  3Comments

asbiin picture asbiin  路  4Comments

PM232 picture PM232  路  3Comments

erdmenchen picture erdmenchen  路  4Comments

pc-zookeeper picture pc-zookeeper  路  4Comments