This commit is contained in:
Your Name
2025-04-25 12:53:03 +12:00
parent 7e499195e5
commit 2f3135053f
16 changed files with 162 additions and 119 deletions

View File

@@ -1,15 +1,7 @@
# Service settings
TEMPLATE=example
# Service settings specific to this server
# (can also override anything in the basic.env file in the template to make it specific to this server)
# 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"