22 lines
521 B
Bash
22 lines
521 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=simple-object-server
|
|
REQUIRES_HOST_ROOT=false
|
|
REQUIRES_DOCKER=true
|
|
REQUIRES_DOCKER_ROOT=true
|
|
|
|
|
|
# Image settings
|
|
IMAGE_REGISTRY="gitea.jde.nz"
|
|
IMAGE_REPO="public/simple-object-server"
|
|
IMAGE_TAG="latest"
|
|
|
|
# Container settings
|
|
CONTAINER_NAME="simple-object-server"
|
|
|
|
# Volume settings
|
|
VOLUME_NAME="simple-object-server"
|