mirror of https://github.com/kortix-ai/suna.git
Merge pull request #829 from tnfssc/sharath/suna-424-installation-failed
This commit is contained in:
commit
d58c5e2cf1
|
@ -1,6 +1,7 @@
|
||||||
services:
|
services:
|
||||||
api:
|
api:
|
||||||
image: ghcr.io/suna-ai/suna-backend:latest
|
image: ghcr.io/suna-ai/suna-backend:latest
|
||||||
|
platform: linux/amd64
|
||||||
build:
|
build:
|
||||||
context: .
|
context: .
|
||||||
dockerfile: Dockerfile
|
dockerfile: Dockerfile
|
||||||
|
@ -40,6 +41,8 @@ services:
|
||||||
start_period: 40s
|
start_period: 40s
|
||||||
|
|
||||||
worker:
|
worker:
|
||||||
|
image: ghcr.io/suna-ai/suna-backend:latest
|
||||||
|
platform: linux/amd64
|
||||||
build:
|
build:
|
||||||
context: .
|
context: .
|
||||||
dockerfile: Dockerfile
|
dockerfile: Dockerfile
|
||||||
|
|
|
@ -29,6 +29,8 @@ services:
|
||||||
start_period: 10s
|
start_period: 10s
|
||||||
|
|
||||||
backend:
|
backend:
|
||||||
|
image: ghcr.io/suna-ai/suna-backend:latest
|
||||||
|
platform: linux/amd64
|
||||||
build:
|
build:
|
||||||
context: ./backend
|
context: ./backend
|
||||||
dockerfile: Dockerfile
|
dockerfile: Dockerfile
|
||||||
|
@ -54,6 +56,8 @@ services:
|
||||||
condition: service_started
|
condition: service_started
|
||||||
|
|
||||||
worker:
|
worker:
|
||||||
|
image: ghcr.io/suna-ai/suna-backend:latest
|
||||||
|
platform: linux/amd64
|
||||||
build:
|
build:
|
||||||
context: ./backend
|
context: ./backend
|
||||||
dockerfile: Dockerfile
|
dockerfile: Dockerfile
|
||||||
|
|
Loading…
Reference in New Issue