mirror of
https://github.com/zed-industries/zed.git
synced 2024-11-24 15:18:02 +00:00
aa55e55c7a
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
1 line
21 B
SQL
1 line
21 B
SQL
create database zed;
|