Updates for new ver
This commit is contained in:
@@ -1,12 +0,0 @@
|
||||
# Service settings specific to this server
|
||||
|
||||
# Image settings
|
||||
IMAGE_REGISTRY="gitea.jde.nz"
|
||||
IMAGE_REPO="public/simple-object-storage"
|
||||
IMAGE_TAG="latest"
|
||||
|
||||
# Container settings
|
||||
CONTAINER_NAME="simple-object-storage"
|
||||
|
||||
# Volume settings
|
||||
VOLUME_NAME="simple-object-storage"
|
@@ -1,2 +1,17 @@
|
||||
# Template to use - always required!
|
||||
TEMPLATE=simple-object-storage
|
||||
REQUIRES_HOST_ROOT=false
|
||||
REQUIRES_DOCKER=true
|
||||
REQUIRES_DOCKER_ROOT=true
|
||||
|
||||
|
||||
# Image settings
|
||||
IMAGE_REGISTRY="gitea.jde.nz"
|
||||
IMAGE_REPO="public/simple-object-storage"
|
||||
IMAGE_TAG="latest"
|
||||
|
||||
# Container settings
|
||||
CONTAINER_NAME="simple-object-storage"
|
||||
|
||||
# Volume settings
|
||||
VOLUME_NAME="simple-object-storage"
|
||||
|
@@ -1,4 +1,10 @@
|
||||
# Service settings specific to this server
|
||||
# (can also override anything in the .template_info.env file in the template to make it specific to this server)
|
||||
|
||||
# note the port and write tokens are not set here, they are set in the sos_config.json file.
|
||||
|
||||
CONTAINER_NAME="simple-object-storage"
|
||||
VOLUME_NAME="simple-object-storage"
|
||||
|
||||
# Server Settings
|
||||
SSH_USER="root"
|
||||
|
Reference in New Issue
Block a user