mirror of
https://github.com/zed-industries/zed.git
synced 2026-05-31 19:05:00 +07:00
Remove Postgres and stripe-mock from Docker Compose (#48313)
This PR removes the Postgres and `stripe-mock` contains from the Docker Compose cluster, as these now run in Cloud's Docker Compose cluster. Release Notes: - N/A
This commit is contained in:
parent
8b6bd20a6a
commit
5b08f4ccac
2 changed files with 0 additions and 22 deletions
20
compose.yml
20
compose.yml
|
|
@ -1,15 +1,4 @@
|
|||
services:
|
||||
postgres:
|
||||
image: docker.io/library/postgres:15
|
||||
container_name: zed_postgres
|
||||
ports:
|
||||
- 5432:5432
|
||||
environment:
|
||||
POSTGRES_HOST_AUTH_METHOD: trust
|
||||
volumes:
|
||||
- postgres_data:/var/lib/postgresql/data
|
||||
- ./docker-compose.sql:/docker-entrypoint-initdb.d/init.sql
|
||||
|
||||
blob_store:
|
||||
image: quay.io/minio/minio
|
||||
container_name: blob_store
|
||||
|
|
@ -32,12 +21,3 @@ services:
|
|||
- 7882:7882/udp
|
||||
volumes:
|
||||
- ./livekit.yaml:/livekit.yaml
|
||||
|
||||
stripe-mock:
|
||||
image: docker.io/stripe/stripe-mock:v0.178.0
|
||||
ports:
|
||||
- 12111:12111
|
||||
- 12112:12112
|
||||
|
||||
volumes:
|
||||
postgres_data:
|
||||
|
|
|
|||
|
|
@ -1,2 +0,0 @@
|
|||
create database zed;
|
||||
create database zed_llm;
|
||||
Loading…
Reference in a new issue