# 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