Skip to content
Alex Arbuckle edited this page Feb 29, 2024 · 38 revisions

Docker Compose

# < kinma.yaml > #

version: '3.8'

services:
  kinma:
    restart: always
    image: lxrbckl/project-kinma:latest
    environment:
      - tokenDiscord=
      - tokenOctokit=

      - guildId=
      - channelId=
      - applicationId=

      - messageDepth=100

      - settingLink=
      - dataFilePath=
      - reposFilePath=
      - settingFilePath=
      - channelsFilePath=
    volumes:
      - /path/on/HOST:/path/in/CONTAINER
docker compose -f kinma.yaml up

insert


Clone this wiki locally