Tidying
This commit is contained in:
15
templates/example-nginx/example/service.env
Normal file
15
templates/example-nginx/example/service.env
Normal file
@ -0,0 +1,15 @@
|
||||
# Template to use - always required!
|
||||
TEMPLATE=example-nginx
|
||||
|
||||
# Service settings specific to this server
|
||||
# (can also override anything in the _default.env file in the template to make it specific to this server)
|
||||
HOST_PORT=60123
|
||||
LOCAL_DATA_FOLDER="${HOME}/.example"
|
||||
CONTAINER_NAME=example-nginx
|
||||
IMAGE_TAG="latest"
|
||||
|
||||
# Scripts will have these environment variables set, plus those in _default.env, plus:
|
||||
# SERVER, SERVICE, CONFIG_PATH
|
||||
# CONFIG_PATH points to this directory!
|
||||
|
||||
|
Reference in New Issue
Block a user