📝 Docs: Add Quadlets and small changes to README
Yay for Quadlets!
This commit is contained in:
parent
bd2eb8a93c
commit
c2bbf42321
4 changed files with 36 additions and 4 deletions
17
quadlets/notatio.container
Normal file
17
quadlets/notatio.container
Normal 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
|
Loading…
Add table
Add a link
Reference in a new issue