Skip to content

artefaritaKuniklo/OneAmongUs.backend

 
 

Repository files navigation

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

Releases

No releases published

Packages

No packages published

Languages

  • Kotlin 98.1%
  • Dockerfile 1.9%