endlessm / azafea

Service to track device activations and usage metrics
Mozilla Public License 2.0
10 stars 2 forks source link

Handle configuration in Docker correctly #189

Closed dbnicholson closed 2 months ago

dbnicholson commented 2 months ago

The real fix is in docker: Use config generated by entrypoint. This instructs azafea to use the templated configuration file so that the environment variables set for the container actually work. The others are some polish and documentation I came across while looking at this.

Fixes: #188