Add build context for moltbot services
This commit is contained in:
parent
c41ea252b0
commit
29e8acf855
@ -1,5 +1,6 @@
|
||||
services:
|
||||
moltbot-gateway:
|
||||
build: .
|
||||
image: ${CLAWDBOT_IMAGE:-moltbot:local}
|
||||
environment:
|
||||
HOME: /home/node
|
||||
@ -28,6 +29,7 @@ services:
|
||||
]
|
||||
|
||||
moltbot-cli:
|
||||
build: .
|
||||
image: ${CLAWDBOT_IMAGE:-moltbot:local}
|
||||
environment:
|
||||
HOME: /home/node
|
||||
|
||||
Loading…
Reference in New Issue
Block a user