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

Docker Compose

version: '3.8'

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

What the following does


Clone this wiki locally