combine-docker #3

Closed
venus wants to merge 8 commits from combine-docker into main
2 changed files with 25 additions and 0 deletions
Showing only changes of commit 0d06f1c085 - Show all commits

3
content/index.md Executable file
View File

@@ -0,0 +1,3 @@
# This is a test
and this is p
*italics*

22
readme.md Normal file
View File

@@ -0,0 +1,22 @@
# Architecture
/app
> containts all of the files to build and run the docker container.Docker containter runs the application
/content
> contains all of the publicly accessible files
templates
notes
index
...
compose # compose file to mount content to app
build.sh #optional file to build the app
.env # enviroment var files for location of existing public directory. will depricate
# Dockerfile
> builds the flask application and sets it to run.
- runs the site
# app
- clones the public repo (from env var url)
- finds public notes and moves to content vault
- exposes webhook to update vault and public notes