Skip to content

Latest commit

 

History

History
26 lines (24 loc) · 712 Bytes

File metadata and controls

26 lines (24 loc) · 712 Bytes

Requirements

Add a .env file with the following fields in the same dir as compose.yaml:

# Email for ACME
CF_DNS_CHALLENGE_ACME_EMAIL=""
# Cloudflare API Token with DNS:Edit Permission
CF_DNS_API_TOKEN=""
# Cloudflare API Token with Zone:Read Permission
CF_ZONE_API_TOKEN=""

# Discord bot token (get from https://discord.com/developers)
REDBOT_DISCORD_TOKEN=""
# RedBot prefix
REDBOT_PREFIX=""
# (Optional) Defaults to "Etc/UTC"
REDBOT_TIMEZONE=""
# (Optional) User PUID from host (get from `id $user` command) - defaults to 1000
REDBOT_PUID=""

Usage

Run the following command on the dir where compose.yaml is located:

docker compose pull
docker compose up -d --remove-orphans