FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
LangGraph-Tutorial/docker-compose.yaml at main · Coding-Crashkurse/LangGraph-Tutorial · GitHub
Coding-Crashkurse
/
LangGraph-Tutorial
Public
Notifications
You must be signed in to change notification settings
Fork
74
Star
170
Code
Issues
4
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Expand file tree
Breadcrumbs
LangGraph-Tutorial
/
docker-compose.yaml
Copy path
More file actions
More file actions
Latest commit
History
History
History
11 lines (10 loc) · 208 Bytes
Breadcrumbs
LangGraph-Tutorial
/
docker-compose.yaml
Copy path
File metadata and controls
11 lines (10 loc) · 208 Bytes
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
1
2
3
4
5
6
7
8
9
10
11
version
:
"
3.8
"
services
:
db
:
image
:
ankane/pgvector:latest
environment
:
POSTGRES_DB
:
mydatabase
POSTGRES_USER
:
myuser
POSTGRES_PASSWORD
:
mypassword
ports
:
-
"
5433:5432
"
Back
|
FazBrowse Home
|
New Git URL