From a838293ba4bdbf9673a35742b0b65fcad54a71a5 Mon Sep 17 00:00:00 2001 From: Elara Musayelyan Date: Sat, 24 Dec 2022 18:46:46 +0000 Subject: [PATCH] Add lure-web README --- lure-web/README.md | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 lure-web/README.md diff --git a/lure-web/README.md b/lure-web/README.md new file mode 100644 index 0000000..98ae7a4 --- /dev/null +++ b/lure-web/README.md @@ -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. \ No newline at end of file