add recipya setup
This commit is contained in:
parent
957000d3c2
commit
c4c5ab0e2a
7 changed files with 109 additions and 0 deletions
|
|
@ -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
|
||||
Loading…
Add table
Add a link
Reference in a new issue