You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
2 weeks ago | |
---|---|---|
.yarn | 2 weeks ago | |
src | 3 months ago | |
.dockerignore | 3 months ago | |
.editorconfig | 3 months ago | |
.env.example | 3 months ago | |
.gitignore | 3 months ago | |
.yarnrc.yml | 2 weeks ago | |
Dockerfile | 3 months ago | |
LICENSE | 3 months ago | |
README.md | 3 months ago | |
compose.override.yml.example | 3 months ago | |
compose.yml | 3 months ago | |
entrypoint.sh | 3 months ago | |
package.json | 2 weeks ago | |
renovate.json | 3 months ago | |
yarn.lock | 2 weeks ago |
README.md
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)