Adding updates to agent
This commit is contained in:
@@ -98,6 +98,7 @@ services:
|
||||
- ./agents/dobby:/a0/usr
|
||||
- ./shared/skills:/a0/usr/skills
|
||||
- ${HOME}/.ssh:/root/.ssh
|
||||
- ../gutasktool:/opt/gutasktool
|
||||
restart: unless-stopped
|
||||
depends_on:
|
||||
dobby-init:
|
||||
@@ -121,6 +122,7 @@ services:
|
||||
- ./agents/gemma:/a0/usr
|
||||
- ./shared/skills:/a0/usr/skills
|
||||
- ${HOME}/.ssh:/root/.ssh
|
||||
- ../gutasktool:/opt/gutasktool
|
||||
restart: unless-stopped
|
||||
depends_on:
|
||||
gemma-init:
|
||||
@@ -144,6 +146,7 @@ services:
|
||||
- ./agents/gunnar:/a0/usr
|
||||
- ./shared/skills:/a0/usr/skills
|
||||
- ${HOME}/.ssh:/root/.ssh
|
||||
- ../gutasktool:/opt/gutasktool
|
||||
restart: unless-stopped
|
||||
depends_on:
|
||||
gunnar-init:
|
||||
@@ -167,6 +170,7 @@ services:
|
||||
- ./agents/rind:/a0/usr
|
||||
- ./shared/skills:/a0/usr/skills
|
||||
- ${HOME}/.ssh:/root/.ssh
|
||||
- ../gutasktool:/opt/gutasktool
|
||||
restart: unless-stopped
|
||||
depends_on:
|
||||
rind-init:
|
||||
@@ -190,6 +194,7 @@ services:
|
||||
- ./agents/abyssinthia:/a0/usr
|
||||
- ./shared/skills:/a0/usr/skills
|
||||
- ${HOME}/.ssh:/root/.ssh
|
||||
- ../gutasktool:/opt/gutasktool
|
||||
restart: unless-stopped
|
||||
depends_on:
|
||||
abyssinthia-init:
|
||||
@@ -212,6 +217,7 @@ services:
|
||||
- ./agents/hermes:/a0/usr
|
||||
- ./shared/skills:/a0/usr/skills
|
||||
- ${HOME}/.ssh:/root/.ssh
|
||||
- ../gutasktool:/opt/gutasktool
|
||||
restart: unless-stopped
|
||||
depends_on:
|
||||
hermes-init:
|
||||
|
||||
Reference in New Issue
Block a user