diff --git a/recipes-core/images/homeserver-image.bb b/recipes-core/images/homeserver-image.bb new file mode 100644 index 0000000..6ad3536 --- /dev/null +++ b/recipes-core/images/homeserver-image.bb @@ -0,0 +1,14 @@ +SUMMARY = "homeserver host system" +HOMEPAGE = "https://blackfinn.de" +LICENSE = "MIT" + +require docker-host-image.bb +require dev-image.inc + +IMAGE_INSTALL_append = " \ + nginx \ + python3-docker-compose \ +" + +export IMAGE_BASENAME = "homeserver-image" +