umi/docker-compose.yml
a da7df0fc45 add docker support
fix buffered output and missed var name

fix missing comma

change dockerfile to install ffmpeg and dependencies on top of archlinux

fix pacman not syncing

fix pacman not syncing

fix pacman not autoconfirming

fix missing pip
2022-12-12 06:59:44 -06:00

10 lines
321 B
YAML

version: "3.9"
services:
app:
build: .
environment:
DISCORD_BOT_TOKEN: $DISCORD_BOT_TOKEN
DISCORD_GUILD_ID: $DISCORD_GUILD_ID
DISCORD_BOT_ADMIN_ROLE_ID: $DISCORD_BOT_ADMIN_ROLE_ID
DISCORD_BOT_ADMIN_USER_ID: $DISCORD_BOT_ADMIN_USER_ID
DISCORD_VCJOIN_CHANNEL: $DISCORD_VCJOIN_CHANNEL