Add lure-web README

This commit is contained in:
Elara 2022-12-24 18:46:46 +00:00
parent aa49eb8144
commit a838293ba4
1 changed files with 7 additions and 0 deletions

7
lure-web/README.md Normal file
View File

@ -0,0 +1,7 @@
# LURE Web
This nomad file is for one of my other projects, [LURE](https://gitea.arsenm.dev/Arsen6331/lure). Specifically, it runs [LURE's Web interface](https://lure.arsenm.dev) and its backend API server.
This job requires no volumes. The only thing that needs to be changed is the Github API secret. This is for a Github webhook, so that the API server knows when the LURE repo changes so it can update its database.
The default `arsen6331/lure-web` docker image is hardcoded to use my domain for its API, so you'll need to create youe own image. The LURE Web repo contains a `docker` directory with a `Dockerfile` and `docker.sh` script that you can use to build the docker images.