fix: removed creation of .env file and set this via docker env vars + added doc

This commit is contained in:
Natvingerwerk
2017-02-07 13:02:33 +01:00
parent 12f011d7ea
commit aec8f75414
3 changed files with 27 additions and 21 deletions

View File

@@ -51,6 +51,8 @@ RUN curl -o invoiceninja.tar.gz -SL https://github.com/hillelcoren/invoice-ninja
######
ENV DB_HOST mysql
ENV DB_DATABASE ninja
ENV DB_USERNAME ninja
ENV DB_PASSWORD ninja
ENV APP_KEY SomeRandomString
ENV LOG errorlog
ENV APP_DEBUG 0