📝 Docs: Add Quadlets and small changes to README

Yay for Quadlets!
This commit is contained in:
James Musselman 2024-06-30 00:46:43 -05:00
parent bd2eb8a93c
commit c2bbf42321
Signed by: Musselman
GPG key ID: 1DAEFF35ECB5D6DB
4 changed files with 36 additions and 4 deletions

View file

@ -0,0 +1,17 @@
[Install]
WantedBy=default.target
[Unit]
Requires=postgres.service
After=postgres.service
[Container]
AutoUpdate=registry
ContainerName=notatio
EnvironmentFile=.env
Exec=./wait-for-postgres.sh postgres '${PGPORT}' ./notatio
Image=docker.io/notatio/notatio
Network=notatio.network
PublishPort=9991:9991
Volume=./notatio_uploads:/uploads:Z
Volume=./editor_templates:/editor_templates:Z