disable build-kit
This commit is contained in:
@@ -2,10 +2,10 @@ services:
|
|||||||
basharbot:
|
basharbot:
|
||||||
build:
|
build:
|
||||||
context: .
|
context: .
|
||||||
pull: true
|
|
||||||
container_name: basharbot
|
container_name: basharbot
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
environment:
|
environment:
|
||||||
|
DOCKER_BUILDKIT: 0
|
||||||
DISCORD_TOKEN: ${DISCORD_TOKEN}
|
DISCORD_TOKEN: ${DISCORD_TOKEN}
|
||||||
WHISPER_MODEL_SIZE: ${WHISPER_MODEL_SIZE:-small}
|
WHISPER_MODEL_SIZE: ${WHISPER_MODEL_SIZE:-small}
|
||||||
LOG_LEVEL: ${LOG_LEVEL:-INFO}
|
LOG_LEVEL: ${LOG_LEVEL:-INFO}
|
||||||
|
|||||||
Reference in New Issue
Block a user