HomeSmartMesh / website_containers

testing deployment with content only website

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

website_content

testing deployment with content only website

usage

initialise by fetching services dockerfiles with

run init

this will populate ./containers/dockerfiles with the list from ./containers/seeds/seeds.yaml

then build using astro-big-doc repo with

run build

this will take as input that will be mapped as volumes

  • ./content
  • ./public
  • ./menu.yaml

and will generate the build in the ./dist folder

then test by deploying a server on http://localhost

run server

About

testing deployment with content only website

License:MIT License


Languages

Language:Python 77.8%Language:Dockerfile 17.2%Language:Shell 3.5%Language:Batchfile 1.5%