Peter Spiess-Knafl 1e6c272b04 Remove duplicate ENV variables
Since the variables are passed through an .env file they no longer need to passed directly, right?
2017-02-04 09:00:42 +01:00
2017-02-04 09:00:42 +01:00
2017-02-02 15:34:19 +01:00
2015-10-04 22:40:05 +02:00
2017-02-03 17:39:33 +01:00

DockerFile for invoice ninja (https://www.invoiceninja.com/)

This image is based on php:7 official version.

The easiest way to test Invoice Ninja with docker is by copying the example directory, run docker-compose up and visit http://localhost:8000/ . The first launch could be slow because we create all tables and seed the database, but once youe see NOTICE: ready to handle connections all is ready.

To make your data persistent, you have to mount /var/www/app/public/logo and /var/www/app/storage.

All the supported environment variable can be found here https://github.com/invoiceninja/invoiceninja/blob/master/.env.example

Languages
Markdown 100%