Skip to content
Alex Arbuckle edited this page Feb 22, 2024 · 30 revisions

Docker Compose

version: '3.8'

services:
  heimir:
    image: lxrbckl/project-heimir:latest
    environment:
      - owner=
      - users=
      - branch=
      - guildId=
      - filepath=
      - channelId=
      - repository=
      - tokenOctokit=
      - tokenDiscord=
      - applicationId=

What the following does


Clone this wiki locally