a docker container with kirby installed on php:8.2-fpm-alpine
and caddy
.
It is a kirby public folder setup:
/app/kirby
: Kirby source files/app/public
: Public folder/app/content
: Website content/app/site
: Website configuration and templates/app/storage
: Cache, accounts & sessions
FROM ghcr.io/janstuemmel/kirby
# install a specific version of kirby
RUN kirby-install 3.9.6
# install plugins
RUN kirby-plugins getkirby/cli@1.1.1 getkirby/geo