|
||
---|---|---|
.yarn | ||
src | ||
.dockerignore | ||
.editorconfig | ||
.env.example | ||
.gitignore | ||
.yarnrc.yml | ||
Dockerfile | ||
LICENSE | ||
README.md | ||
compose.override.yml.example | ||
compose.yml | ||
entrypoint.sh | ||
package.json | ||
renovate.json | ||
yarn.lock |
failure-restaurant-db
Welcome to failure-restaurant-db. This codebase contains the bare-minimum necessary for the operation of the stats module of the FO ordering app.
Setup
Setup should be as easy as following.
$ git clone https://patchy.soopy.moe/mizuki/failure-restaurant-db
$ cd failure-restaurant-db
$ yarn install
You should then copy .env.example to .env, and edit the items accordingly. Every item is necessary for the service to operate.
Docker
Docker is a dick.
Copy compose.override.yml.example
to compose.override.yml
and edit
the values accordingly.
Then, it should be as easy as a sudo docker compose up -d
.
Running with a plain docker run
is not supported, as it requires the
--network=host
flag.
License
This project is licensed under the Affero General Public License. (3.0 or later)