aoe2-bot

The aoe2-bot is a custom service from the rjhoppe/aoe2-bot repository. The repository itself serves as the documentation for this service.

Docker Compose Configuration

This is the configuration for the aoe2-bot service.

services:
  aoe2-bot:
    image: rickjhoppe/aoe2-bot
    container_name: aoe2-bot
    restart: on-failure:3
    ports:
      - "50007:50007"
    environment:
      - TOKEN=TOKEN_VAL
      - BOT_PREFIX=!
      - GUILD_ID=GUILD_ID
      - TEXT_CHAN_ID=TEXT_CHAN_ID
      - LOG_LEVEL=DEBUG