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
10 lines
No EOL
321 B
YAML
10 lines
No EOL
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 |