vieter: add podman-based deployment
This commit is contained in:
parent
b2ea4ad0d3
commit
7f10c05cec
10 changed files with 173 additions and 32 deletions
|
|
@ -0,0 +1,16 @@
|
|||
# vim: ft=systemd
|
||||
[Unit]
|
||||
Description=Self-hostable Arch repository server
|
||||
|
||||
[Container]
|
||||
Image=docker.io/chewingbever/vieter:dev
|
||||
EnvironmentFile=/etc/vieter/vieter.env
|
||||
|
||||
PublishPort=127.0.0.1:8020:8000
|
||||
Volume=/mnt/data1/vieter/data:/data
|
||||
|
||||
[Service]
|
||||
Restart=always
|
||||
|
||||
[Install]
|
||||
WantedBy=default.target
|
||||
Loading…
Add table
Add a link
Reference in a new issue