images: Add recipe for homeserver image

This commit is contained in:
tkl 2021-12-08 19:56:25 +01:00
parent 9b52abc57c
commit a68f3116c9

View File

@ -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"