Make docker compose in my m1 mac (#496)

This commit is contained in:
Nuno Campos
2023-03-29 07:12:00 +01:00
committed by GitHub
parent 5931f75ab7
commit 56aada859e
+2
View File
@@ -1,6 +1,7 @@
version: '3'
services:
langchain-frontend:
platform: linux/amd64
image: notlangchain/langchainplus-frontend:latest
ports:
- 4173:4173
@@ -11,6 +12,7 @@ services:
depends_on:
- langchain-backend
langchain-backend:
platform: linux/amd64
image: notlangchain/langchainplus:latest
environment:
- PORT=8000