mirror of
https://github.com/langchain-ai/langgraph.git
synced 2026-08-17 21:25:46 +02:00
17 lines
346 B
YAML
17 lines
346 B
YAML
services:
|
|
postgres-test:
|
|
image: postgres:16
|
|
ports:
|
|
- "5441:5432"
|
|
environment:
|
|
POSTGRES_DB: postgres
|
|
POSTGRES_USER: postgres
|
|
POSTGRES_PASSWORD: postgres
|
|
healthcheck:
|
|
test: pg_isready -U postgres
|
|
start_period: 10s
|
|
timeout: 1s
|
|
retries: 5
|
|
interval: 60s
|
|
start_interval: 1s
|