Update 4 files
All checks were successful
Test and Publish Templates / test-and-publish (push) Successful in 40s
All checks were successful
Test and Publish Templates / test-and-publish (push) Successful in 40s
This commit is contained in:
@@ -2,6 +2,11 @@
|
||||
source "${AGENT_PATH}/common.sh"
|
||||
_check_required_env_vars "CONTAINER_NAME" "IMAGE_REGISTRY" "IMAGE_REPO" "IMAGE_TAG"
|
||||
|
||||
# Define volume names if not set
|
||||
CONFIG_VOLUME="${CONFIG_VOLUME:-${CONTAINER_NAME}_config}"
|
||||
DATA_VOLUME="${DATA_VOLUME:-${CONTAINER_NAME}_data}"
|
||||
CERTS_VOLUME="${CERTS_VOLUME:-${CONTAINER_NAME}_certs}"
|
||||
|
||||
# Create Docker command
|
||||
cmd="docker run -d \
|
||||
--name $CONTAINER_NAME \
|
||||
|
Reference in New Issue
Block a user