Docker with v5 - does it contain a webserver?

Hi,

I wanted to use InvoiceNinja self hosted with docker. And I have managed to get it to run so far that the log looks good. But the part I haven’t managed to achieve is to actually connect to it.

Configuration cache cleared!
Configuration cached successfully!
Configuration cache cleared!
Configuration cached successfully!
Route cache cleared!
Routes cached successfully!
Files cached successfully!
Nothing to migrate.
2021-03-28 00:24:18,277 WARN For [program:php-fpm], redirect_stderr=true but stderr_logfile has also been set to a filename, the filename has been ignored
2021-03-28 00:24:18,278 WARN For [program:scheduler], redirect_stderr=true but stderr_logfile has also been set to a filename, the filename has been ignored
2021-03-28 00:24:18,278 WARN For [program:queue-worker], redirect_stderr=true but stderr_logfile has also been set to a filename, the filename has been ignored
2021-03-28 00:24:18,278 WARN For [program:queue-worker], redirect_stderr=true but stderr_logfile has also been set to a filename, the filename has been ignored
2021-03-28 00:24:18,280 INFO supervisord started with pid 1
2021-03-28 00:24:19,281 INFO spawned: 'shutdown' with pid 79
2021-03-28 00:24:19,283 INFO spawned: 'php-fpm' with pid 80
2021-03-28 00:24:19,284 INFO spawned: 'queue-worker_00' with pid 81
2021-03-28 00:24:19,285 INFO spawned: 'queue-worker_01' with pid 82
2021-03-28 00:24:19,286 INFO spawned: 'scheduler' with pid 83
READY
[28-Mar-2021 00:24:19] NOTICE: [pool www] 'user' directive is ignored when FPM is not running as root
[28-Mar-2021 00:24:19] NOTICE: [pool www] 'user' directive is ignored when FPM is not running as root
[28-Mar-2021 00:24:19] NOTICE: [pool www] 'group' directive is ignored when FPM is not running as root
[28-Mar-2021 00:24:19] NOTICE: [pool www] 'group' directive is ignored when FPM is not running as root
[28-Mar-2021 00:24:19] NOTICE: fpm is running, pid 80
[28-Mar-2021 00:24:19] NOTICE: ready to handle connections
Schedule worker started successfully.
2021-03-28 00:24:20,457 INFO success: shutdown entered RUNNING state, process has stayed up for > than 1 seconds (startsecs)
2021-03-28 00:24:20,457 INFO success: php-fpm entered RUNNING state, process has stayed up for > than 1 seconds (startsecs)
2021-03-28 00:24:20,457 INFO success: queue-worker_00 entered RUNNING state, process has stayed up for > than 1 seconds (startsecs)
2021-03-28 00:24:20,457 INFO success: queue-worker_01 entered RUNNING state, process has stayed up for > than 1 seconds (startsecs)
2021-03-28 00:24:20,457 INFO success: scheduler entered RUNNING state, process has stayed up for > than 1 seconds (startsecs)

Execution #1 output:
Running scheduled command: App\Jobs\Util\SchedulerCheck

Does the docker contain a webserver? If not - how exactly can I connect it to one? I am using unRaid as my Host. That’s making it more difficult to follow the instructions laidout in the github unfortunately. Could I map some folder of the invoice docker to my local hard drive and map nginx to the same and make it work? I really am at a loss here.

here is a user that got the system working with unraid

1 Like