LS-KR / oau-backend

Backend for https://one-among.us

Home Page:https://one-among.us

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Deploy

  1. Clone this repo, cd to the directory.
  2. In data/secrets, copy sample-secrets.json to secrets.json
  3. Edit secrets.json
  4. In docker-compose.yml, change build: . to image: ghcr.io/one-among-us/backend:main if you don't want to build locally.
  5. docker-compose up -d

Update Existing Deploy

  1. git pull
  2. docker-compose pull
  3. docker-compose up -d

About

Backend for https://one-among.us

https://one-among.us

License:MIT License


Languages

Language:Kotlin 98.1%Language:Dockerfile 1.9%