This website requires JavaScript.
Explore
Help
Sign in
mirrors
/
zed
Watch
1
Star
0
Fork
You've already forked zed
0
mirror of
https://github.com/zed-industries/zed.git
synced
2024-11-28 09:54:33 +00:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
Actions
11
0ce024d99c
zed
/
docker-compose.sql
3 lines
46 B
MySQL
Raw
Normal View
History
Unescape
Escape
Add config files for running Postgres inside Docker Compose (#3637) This PR adds config files for running the Postgres instance for local Zed development in a Docker Compose instance. For those of us who don't like to have a Postgres install always present on the host system 😄 Usage: ``` docker compose up -d ``` Release Notes: - N/A
2023-12-13 22:25:07 +00:00
create
database
zed
;
collab: Setup database for LLM service (#15882) This PR puts the initial infrastructure for the LLM service's database in place. The LLM service will be using a separate Postgres database, with its own set of migrations. Currently we only connect to the database in development, as we don't yet have the database setup for the staging/production environments. Release Notes: - N/A
2024-08-06 21:18:08 +00:00
create
database
zed_llm
;
Reference in a new issue
Copy permalink