feat: added site-podman role
This commit is contained in:
parent
9fdff493b2
commit
6b93b3f7ed
10 changed files with 164 additions and 34 deletions
16
roles/any.software.site-podman/files/site.container
Normal file
16
roles/any.software.site-podman/files/site.container
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
# vim: ft=systemd
|
||||
[Unit]
|
||||
Description=The Rusty Bever backend
|
||||
|
||||
[Container]
|
||||
Image=docker.io/chewingbever/site:latest
|
||||
EnvironmentFile=/etc/site/site.env
|
||||
|
||||
PublishPort=127.0.0.1:8021:3000
|
||||
Volume=/mnt/data1/site/data:/data
|
||||
|
||||
[Service]
|
||||
Restart=always
|
||||
|
||||
[Install]
|
||||
WantedBy=default.target
|
||||
Loading…
Add table
Add a link
Reference in a new issue