fix: update Dockerfile to clone agent source and add .dockerignore
This commit is contained in:
@@ -5,6 +5,8 @@ services:
|
||||
build:
|
||||
context: .
|
||||
dockerfile: docker/agent.Dockerfile
|
||||
args:
|
||||
AGENT_REPO: "https://forge.alexanderwhitestone.com/Timmy_Foundation/hermes-agent.git"
|
||||
container_name: wizard-ezra
|
||||
ports:
|
||||
- "8643:8643"
|
||||
@@ -19,6 +21,8 @@ services:
|
||||
build:
|
||||
context: .
|
||||
dockerfile: docker/agent.Dockerfile
|
||||
args:
|
||||
AGENT_REPO: "https://forge.alexanderwhitestone.com/Timmy_Foundation/hermes-agent.git"
|
||||
container_name: wizard-bezalel
|
||||
ports:
|
||||
- "8644:8643"
|
||||
@@ -33,6 +37,8 @@ services:
|
||||
build:
|
||||
context: .
|
||||
dockerfile: docker/agent.Dockerfile
|
||||
args:
|
||||
AGENT_REPO: "https://forge.alexanderwhitestone.com/Timmy_Foundation/hermes-agent.git"
|
||||
container_name: wizard-allegro
|
||||
ports:
|
||||
- "8645:8643"
|
||||
|
||||
Reference in New Issue
Block a user