Env variables in yaml config
Compare changes
- Ole Binder authored
+ 3
− 2
@@ -6,6 +6,7 @@ LABEL maintainer="Loxbie <ole@freirad.at>"
@@ -19,7 +20,7 @@ RUN mkdir -p /srv
@@ -32,7 +33,7 @@ WORKDIR /srv
Add support for .env
variables in the yaml config. Closes #20 (closed). Also apply some minor fixes: #22 (closed)