All checks were successful
Test and Publish Templates / test-and-publish (push) Successful in 14s
15 lines
387 B
Bash
15 lines
387 B
Bash
# DO NOT EDIT THIS FILE FOR YOUR SERVICE!
|
|
# This file is replaced from the template whenever there is an update.
|
|
# Edit the service.env file to make changes.
|
|
|
|
# Template to use - always required!
|
|
TEMPLATE=openclaw
|
|
REQUIRES_HOST_ROOT=false
|
|
REQUIRES_DOCKER=true
|
|
REQUIRES_DOCKER_ROOT=false
|
|
|
|
# Docker image settings
|
|
IMAGE_REGISTRY="ghcr.io"
|
|
IMAGE_REPO="openclaw/openclaw"
|
|
IMAGE_TAG="latest"
|