'Generic Commit'

This commit is contained in:
Your Name 2025-06-16 22:26:06 +12:00
parent 5c4560b74b
commit f917e8cb4f
15 changed files with 4 additions and 4 deletions

View File

@ -3,7 +3,7 @@
# Edit the service.env file to make changes.
# Template to use - always required!
TEMPLATE=simple-object-storage
TEMPLATE=simple-object-server
REQUIRES_HOST_ROOT=false
REQUIRES_DOCKER=true
REQUIRES_DOCKER_ROOT=true
@ -11,11 +11,11 @@ REQUIRES_DOCKER_ROOT=true
# Image settings
IMAGE_REGISTRY="gitea.jde.nz"
IMAGE_REPO="public/simple-object-storage"
IMAGE_REPO="public/simple-object-server"
IMAGE_TAG="latest"
# Container settings
CONTAINER_NAME="simple-object-storage"
CONTAINER_NAME="simple-object-server"
# Volume settings
VOLUME_NAME="simple-object-storage"
VOLUME_NAME="simple-object-server"