Tidy
This commit is contained in:
15
templates/example/example/service.env
Normal file
15
templates/example/example/service.env
Normal file
@@ -0,0 +1,15 @@
|
||||
# Service settings
|
||||
TEMPLATE=example
|
||||
|
||||
# Application settings
|
||||
CONTAINER_PORT=8181
|
||||
HOST_PORT=80
|
||||
|
||||
# Deployment settings
|
||||
LOCAL_DATA_FOLDER="${HOME}/.example"
|
||||
CONTAINER_NAME="example"
|
||||
|
||||
# Image settings
|
||||
IMAGE_REGISTRY="gitea.jde.nz"
|
||||
IMAGE_REPO="example/example"
|
||||
IMAGE_TAG="latest"
|
Reference in New Issue
Block a user