Skip to content
Alex Arbuckle edited this page Jun 15, 2024 · 30 revisions

Docker Compose

version: '3.8'

services:
  heimir:
    image: lxrbckl/project-heimir:latest
    environment:
      - tokenDiscord=
      - tokenOctokit=

      - owner=
      - configLink=
      - filepath=data.json
      - users=
      - branch=
      - repository=

      - guildId=
      - channelId=
      - applicationId=

x-global:
  pull: always

What the following does

Clone this wiki locally