|
|
|
|
|
by Lucasoato
717 days ago
|
|
I would remove the instructions to install docker: people can see them in the docker documentation, it doesn’t make sense to include them somewhere else. Also I would use a .env file to manage the env variables, without requiring the user to modify the docker compose file.
It’s very likely that people will version the yaml file, so it’s not a good idea to keep secrets in plaintext there. https://docs.docker.com/compose/environment-variables/set-en... |
|
It's very useful to have a complete 'getting started' page that get you from zero to working, without assuming that the reader understands what every intermediate step means. But as you said, the parts that are dependencies for other products can be encapsulated so that savvy users can skip them easily.