Skip to content

Commit

Permalink
feat: Create and push docker images to hub
Browse files Browse the repository at this point in the history
Signed-off-by: Diwank Singh Tomer <diwank.singh@gmail.com>
  • Loading branch information
creatorrr committed Apr 17, 2024
1 parent e3f933a commit 3bb903d
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 0 deletions.
4 changes: 4 additions & 0 deletions agents-api/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ include:
# TODO: figure out why this doesn't work
services:
agents-api:
image: julepai/agents-api:dev
env_file:
- path: .env
required: false
Expand Down Expand Up @@ -40,6 +41,7 @@ services:
path: Dockerfile

worker:
image: julepai/worker:dev
env_file:
- path: .env
required: false
Expand Down Expand Up @@ -87,6 +89,7 @@ services:
capabilities: [gpu]

temporal:
image: julepai/temporal:dev
container_name: temporal
env_file:
- path: .env
Expand All @@ -108,6 +111,7 @@ services:
path: Dockerfile.temporal

cozo-migrate:
image: julepai/cozo-migrate:dev
env_file:
- path: .env
required: false
Expand Down
1 change: 1 addition & 0 deletions gateway/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ include:

services:
gateway:
image: julepai/gateway:dev
env_file:
- path: .env
required: false
Expand Down
1 change: 1 addition & 0 deletions memory-store/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ version: "3"

services:
memory-store:
image: julepai/memory-store:dev
env_file:
- path: .env
required: false
Expand Down
1 change: 1 addition & 0 deletions model-serving/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ name: julep-model-serving

services:
model-serving:
image: julepai/model-serving:dev
env_file:
- path: .env
required: false
Expand Down

0 comments on commit 3bb903d

Please sign in to comment.