Add footer with link to git repo. Update docker-stack example to include shared Sqlite volume

This commit is contained in:
James Eversole 2022-08-06 21:00:44 -05:00
parent 1be99a44ff
commit 3c4c4f8d30
3 changed files with 18 additions and 0 deletions

View File

@ -11,6 +11,8 @@ services:
- 5195:3000 - 5195:3000
networks: networks:
- webnet - webnet
volumes:
- ./data/Purr.sqlite:/app/data/Purr.sqlite
networks: networks:
webnet: webnet:

View File

@ -38,6 +38,18 @@ a
.title h1 .title h1
margin: 0.1em 0 0.1em 0 margin: 0.1em 0 0.1em 0
.footer
position: absolute
text-align: right
bottom: 0
width: 75%
height: 2.5em
.footer a
all: unset
cursor: pointer
color: #{colorThree}
.htmx-indicator .htmx-indicator
display: none display: none

View File

@ -91,3 +91,7 @@ $doctype 5
hx-swap="outerHTML" hx-swap="outerHTML"
/> />
Load Generators Load Generators
<footer .footer #footer>
<a href="https://git.eversole.co/James/Purr">
Made With &#9829;