mirror of
https://github.com/dominikhoebert/docker-projects.git
synced 2025-06-28 01:07:07 +00:00
added sql chat
This commit is contained in:
parent
547ec89625
commit
1535043253
@ -60,6 +60,7 @@
|
|||||||
- Graphana Loki
|
- Graphana Loki
|
||||||
- whodb
|
- whodb
|
||||||
- phpmyadmin
|
- phpmyadmin
|
||||||
|
- sqlchat
|
||||||
|
|
||||||
|
|
||||||
## Tools
|
## Tools
|
||||||
|
@ -46,3 +46,6 @@ services:
|
|||||||
environment:
|
environment:
|
||||||
- PMA_ARBITRARY=1
|
- PMA_ARBITRARY=1
|
||||||
- PMA_HOST=mariadb
|
- PMA_HOST=mariadb
|
||||||
|
|
||||||
|
# https://github.com/sqlchat/sqlchat
|
||||||
|
#
|
||||||
|
14
sqlchat/compose.yml
Normal file
14
sqlchat/compose.yml
Normal file
@ -0,0 +1,14 @@
|
|||||||
|
# https://github.com/sqlchat/sqlchat
|
||||||
|
|
||||||
|
# chat-based SQL client, which uses natural language to communicate with the database to implement operations such as query, modification, addition, and deletion of the database
|
||||||
|
|
||||||
|
name: sqlchat
|
||||||
|
services:
|
||||||
|
sqlchat:
|
||||||
|
container_name: sqlchat
|
||||||
|
platform: linux/amd64
|
||||||
|
environment:
|
||||||
|
- OPENAI_API_KEY=???
|
||||||
|
ports:
|
||||||
|
- 3005:3000
|
||||||
|
image: sqlchat/sqlchat
|
Loading…
x
Reference in New Issue
Block a user