📝 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
|
5
quadlets/notatio.network
Normal file
5
quadlets/notatio.network
Normal file
|
@ -0,0 +1,5 @@
|
|||
[Install]
|
||||
WantedBy=default.target
|
||||
|
||||
[Network]
|
||||
NetworkName=notatio-network
|
8
quadlets/postgres.container
Normal file
8
quadlets/postgres.container
Normal file
|
@ -0,0 +1,8 @@
|
|||
[Install]
|
||||
WantedBy=default.target
|
||||
|
||||
[Container]
|
||||
ContainerName=postgres
|
||||
EnvironmentFile=.env
|
||||
Image=docker.io/library/postgres
|
||||
Network=notatio.network
|
Loading…
Add table
Add a link
Reference in a new issue