Skip to content
Alex Arbuckle edited this page Jun 1, 2024 · 14 revisions

Docker Compose

version: '3.8'

services:
  pascam:
    image: lxrbckl/project-pascam:latest
    environment:
      - discordToken=

      - guildId=
      - channelId=
      - applicationId=

      - maxMembers=15
      - dataFilePath=/data/

    volumes:
      - /path/on/host:/app/data

REQUIRED

Clone this wiki locally