Commit graph

5 commits

Author SHA1 Message Date
f7873fe671
Feature/merging all my junk together (#4)
* Merging all my junk together.

* Add more junk from other repos.

* Fix missing hadolint.

* Fixed names

* Somehow, I missed out a lot of components

* More jiggery pokery

* More jiggery pokery

* Ignore some hadolint warnings

* Maybe fix build?

* Split back up php Dockerfile.

* dockerfile->file

* Flavours environment issues

* Fix flavours?

* remove onbuilds.

* Might be these quotes tripping it up.

* Try without caching/buildx/qemu

* OK it needs caching/buildx/qemu lol

* remove build cache.

* Put build caching back

* Add octoprint bits

* Add pulls.

* Fix build order + linter.

* rejig multistage builder to make hadolint happy(ier)
2021-05-30 13:04:18 +02:00
db2d03893c Rejig nginx & php-fpm runits 2019-11-09 01:13:01 +01:00
a255c2e3ad Omit /v1/ping calls from log. 2019-07-24 18:43:05 +02:00
eddd763aa1 Improve NGINX log output 2019-07-24 18:14:16 +02:00
Matthew Baggett
4cfe8f4988 Change how logs are written to the terminal. Turns out, due to the way AUFS works, you have to wait until the files have been touched (and the inode updated) before you tail something, otherwise it locks to an inode of a the file in the image, rather than the updated file in the unpacked filesystem. Causing nothing to be shown. 2019-06-24 16:23:17 +02:00
Renamed from php+nginx/run.show_logs.sh (Browse further)