chore(docker): specify platform for api and worker services in docker-compose

This commit is contained in:
sharath 2025-06-24 17:06:25 +00:00
parent be00efbd70
commit 5517518045
No known key found for this signature in database
2 changed files with 7 additions and 0 deletions

View File

@ -1,6 +1,7 @@
services:
api:
image: ghcr.io/suna-ai/suna-backend:latest
platform: linux/amd64
build:
context: .
dockerfile: Dockerfile
@ -40,6 +41,8 @@ services:
start_period: 40s
worker:
image: ghcr.io/suna-ai/suna-backend:latest
platform: linux/amd64
build:
context: .
dockerfile: Dockerfile

View File

@ -29,6 +29,8 @@ services:
start_period: 10s
backend:
image: ghcr.io/suna-ai/suna-backend:latest
platform: linux/amd64
build:
context: ./backend
dockerfile: Dockerfile
@ -54,6 +56,8 @@ services:
condition: service_started
worker:
image: ghcr.io/suna-ai/suna-backend:latest
platform: linux/amd64
build:
context: ./backend
dockerfile: Dockerfile