mirror of
https://github.com/cpacker/MemGPT.git
synced 2025-06-03 04:30:22 +00:00
feat: rename docker to letta/letta
(#2010)
This commit is contained in:
parent
0c4cafe20e
commit
09e8d5926d
2
.github/workflows/docker-image.yml
vendored
2
.github/workflows/docker-image.yml
vendored
@ -32,6 +32,6 @@ jobs:
|
||||
run: |
|
||||
# Extract the version number from pyproject.toml using awk
|
||||
CURRENT_VERSION=$(awk -F '"' '/version =/ { print $2 }' pyproject.toml | head -n 1)
|
||||
docker build . --file Dockerfile --tag lettaai/letta:$CURRENT_VERSION --tag letta/letta:latest
|
||||
docker build . --file Dockerfile --tag letta/letta:$CURRENT_VERSION --tag letta/letta:latest
|
||||
docker push letta/letta:$CURRENT_VERSION
|
||||
docker push letta/letta:latest
|
||||
|
@ -16,7 +16,7 @@ services:
|
||||
ports:
|
||||
- "5432:5432"
|
||||
letta_server:
|
||||
image: lettaai/letta:latest
|
||||
image: letta/letta:latest
|
||||
hostname: letta
|
||||
depends_on:
|
||||
- letta_db
|
||||
|
@ -16,7 +16,7 @@ services:
|
||||
ports:
|
||||
- "5432:5432"
|
||||
letta_server:
|
||||
image: lettaai/letta:lates
|
||||
image: letta/letta:latest
|
||||
hostname: letta
|
||||
build:
|
||||
context: .
|
||||
|
@ -2,7 +2,7 @@ version: '3.8'
|
||||
|
||||
services:
|
||||
letta:
|
||||
image: lettaai/letta:latest
|
||||
image: letta/letta:latest
|
||||
ports:
|
||||
- "8283:8283"
|
||||
environment:
|
||||
|
Loading…
Reference in New Issue
Block a user