Using the latest commit (at time of writing) (b7c352f)
It seems to take a long time for nginx to start in the web container after docker compose up.
Jumping into the container and exploring logs and ps aux output shows nginx isn't loaded.
root@oncall:/home/oncall/var/run# cat /var/log/nginx/error.log
2024/12/12 00:31:36 [emerg] 365#365: open() "/home/oncall/daemons/nginx.conf,pidfile=/home/oncall/var/run/nginx.pid" failed (2: No such file or directory)
2024/12/12 00:33:02 [emerg] 374#374: open() "/home/oncall/daemons/nginx.conf,pidfile=/home/oncall/var/run/nginx.pid" failed (2: No such file or directory)
2024/12/12 00:33:48 [emerg] 382#382: open() "/home/oncall/daemons/nginx.conf,pidfile=/home/oncall/var/run/nginx.pid" failed (2: No such file or directory)
After some time (10s of minutes) nginx is able to start.
Not sure what other information might be helpful - please let me know if I can get any additional info to help track down the issue.
Using the latest commit (at time of writing) (b7c352f)
It seems to take a long time for nginx to start in the web container after docker compose up.
Jumping into the container and exploring logs and
ps auxoutput shows nginx isn't loaded.After some time (10s of minutes) nginx is able to start.
Not sure what other information might be helpful - please let me know if I can get any additional info to help track down the issue.