added oasst postgres

This commit is contained in:
Yannic Kilcher
2023-01-17 11:30:52 +01:00
parent 4285438fe7
commit 137f733fef
3 changed files with 11 additions and 27 deletions
+2 -1
View File
@@ -18,7 +18,8 @@ services:
# This DB is for the FastAPI Backend.
db:
image: postgres
image: ghcr.io/laion-ai/open-assistant/oasst-postgres
pull_policy: always
restart: always
ports:
- 5432:5432