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:
Marshall Bowers 2026-02-03 22:42:58 -05:00 committed by GitHub
parent 8b6bd20a6a
commit 5b08f4ccac
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 0 additions and 22 deletions

View file

@ -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:

View file

@ -1,2 +0,0 @@
create database zed;
create database zed_llm;