Better DX for deploying via docker image #320
Labels
bug
Issues that report bugs in the project.
improvement
Issues or pull requests that involve improvements to the project.
ops
Operational issues
tech debt
Addressing future rework costs due to quick, suboptimal solutions taken previously.
ux
Work that improve user experience, interaction patterns, or interface usability
Milestone
The new Dockerfile works great. Getting a docker container running is tedious though, with the proper configuration for the hostname, redis, etc. e.g.
We can improve the developer experience by standardizing the environment variables, using the most common conventions (e.g.
REDIS_URL
) and simplifying host settings.The text was updated successfully, but these errors were encountered: