Skip to content
This repository has been archived by the owner on May 19, 2024. It is now read-only.

example usage of containers as services for website building

License

Notifications You must be signed in to change notification settings

HomeSmartMesh/website_services

Repository files navigation

Archived

development will continue in https://github.com/MicroWebStacks/markdown-rag-services

website_services

Copper pipeline for markdown website building

Usage

run both docker compsoe files from the root and from the ./copper submodule

cd copper
docker compose up -d
cd ..
cd markdown
docker compose up -d

the root workflow.yaml will be executed by the runner that pulishes each action topics and subscribes to wait for the action to finish

- action: fetcher/fetch
  type: github
  repository: MicroWebStacks/astro-big-doc
  ref: main
  filter: content/*
  resource: test-website
- action: markdown/build
  resource: test-website
  path: /fetch/test-website/content

certificate creation in git bash

openssl req -x509 -nodes -days 365 -newkey rsa:2048 -keyout ./certs/localhost.key -out ./certs/localhost.crt -subj "//CN=localhost"

About

example usage of containers as services for website building

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages