add recipya setup

This commit is contained in:
Jef Roosens 2026-01-17 16:06:46 +01:00
parent 957000d3c2
commit c4c5ab0e2a
Signed by: Jef Roosens
GPG key ID: 21FD3D77D56BAF49
7 changed files with 109 additions and 0 deletions

View file

@ -0,0 +1,18 @@
# vim: ft=systemd
[Container]
Image=docker.io/reaper99/recipya:nightly
PublishPort=127.0.0.1:8023:8078
Volume={{ data_dir }}:/root/.config/Recipya
Volume=/etc/recipya/config.json:/root/.config/Recipya/config.json:ro
Environment=RECIPYA_SERVER_AUTOLOGIN=false RECIPYA_SERVER_IS_DEMO=false RECIPYA_SERVER_IS_PROD=true RECIPYA_SERVER_NO_SIGNUPS=false RECIPYA_SERVER_PORT=8078 RECIPYA_SERVER_URL=http://0.0.0.0
User=0
AutoUpdate=registry
[Service]
Restart=always
[Install]
WantedBy=default.target