'Generic Commit'
This commit is contained in:
21
simple-object-server/config/.template_info.env
Normal file
21
simple-object-server/config/.template_info.env
Normal file
@@ -0,0 +1,21 @@
|
||||
# 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"
|
10
simple-object-server/config/service.env
Normal file
10
simple-object-server/config/service.env
Normal file
@@ -0,0 +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"
|
8
simple-object-server/config/sos_config.json
Normal file
8
simple-object-server/config/sos_config.json
Normal file
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"write_tokens": [
|
||||
"fizzle1",
|
||||
"fizzle2",
|
||||
"fizzle3"
|
||||
],
|
||||
"port": 8123
|
||||
}
|
Reference in New Issue
Block a user