diff --git a/backend/docker-compose.yml b/backend/docker-compose.yml index 29260b7e..52ce5c44 100644 --- a/backend/docker-compose.yml +++ b/backend/docker-compose.yml @@ -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 diff --git a/docker-compose.yaml b/docker-compose.yaml index 1cdad519..0c9f7f60 100644 --- a/docker-compose.yaml +++ b/docker-compose.yaml @@ -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