/
githubmirror
/
GPTDiscord
Обзор
Документация
Войти
/
githubmirror
/
GPTDiscord
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
docker-compose.yml
14 строк
617 B
Kaveen Kumarasinghe
fix docker compose, make indexing slightly better with smaller chunks
02 ноя 2023, 00:07
02 ноя 2023, 00:07
c1908c1
Код
Авторство
О чём код?
version: '3.8' services: gpt3discord: image: ghcr.io/kav-k/gptdiscord:main-full container_name: gpt3discord volumes: #replace left side with the path to your .env if different, this uses the env in the folder the docker-compose.yml is in - ./.env:/opt/gpt3discord/etc/environment # Replace the left side with a path on your hard drive where you want to store the data for both of these to keep persistence # .env add DATA_DIR=/data - /containers/gpt3discord:/data # .env add SHARE_DIR=/data/share - /containers/gpt3discord/share:/data/share restart: always