disable build-kit

This commit is contained in:
2025-12-05 21:50:16 -05:00
parent 8e47d2462f
commit a1ddaf65c7

View File

@@ -2,10 +2,10 @@ services:
basharbot:
build:
context: .
pull: true
container_name: basharbot
restart: unless-stopped
environment:
DOCKER_BUILDKIT: 0
DISCORD_TOKEN: ${DISCORD_TOKEN}
WHISPER_MODEL_SIZE: ${WHISPER_MODEL_SIZE:-small}
LOG_LEVEL: ${LOG_LEVEL:-INFO}