Invoice Ninja
From Website
Free Open-Source Invoicing Expenses & time-tracking built with Laravel
Pre-Installation:
Make sure that you have a "nginx.conf" file for the nginx container. Copying the default one located on their GitHub should be sufficient.
You may need to "chmod -R 777 storage" in the "App" container.
Google Maps: Get an API Key Here first. Then add GOOGLE_MAPS_API_KEY= in your .env file.
If using without HTTPS (like using the direct IP instead of through Traefik), please take out the line: "fastcgi_param HTTPS 1;" from your nginx.conf