registry
This commit is contained in:
12
stack.yml
12
stack.yml
@@ -2,7 +2,7 @@ version: "3.8"
|
||||
|
||||
services:
|
||||
openclaw-gateway:
|
||||
image: ${OPENCLAW_IMAGE:-openclaw:local}
|
||||
image: ${OPENCLAW_IMAGE:-registry.lan/openclaw:latest}
|
||||
environment:
|
||||
HOME: /home/node
|
||||
TERM: xterm-256color
|
||||
@@ -23,11 +23,11 @@ services:
|
||||
init: true
|
||||
deploy:
|
||||
replicas: 1
|
||||
placement:
|
||||
constraints:
|
||||
- node.hostname == tpi-n1
|
||||
restart_policy:
|
||||
condition: unless-stopped
|
||||
# placement:
|
||||
# constraints:
|
||||
# - node.hostname == tpi-n1
|
||||
# restart_policy:
|
||||
# condition: unless-stopped
|
||||
networks:
|
||||
- dokploy-network
|
||||
command:
|
||||
|
||||
Reference in New Issue
Block a user