Fairly big refactor...
This commit is contained in:
@ -1,16 +0,0 @@
|
||||
# This file contains environment variables specific to the server where the application will be deployed.
|
||||
# Copy this file to .env and modify the values according to your server's configuration.
|
||||
# Do not commit the actual .env file to version control as it may contain sensitive information.
|
||||
|
||||
# Application settings
|
||||
CONTAINER_PORT=8181
|
||||
HOST_PORT=80
|
||||
|
||||
# Deployment settings
|
||||
LOCAL_DATA_FOLDER="${HOME}/.sk"
|
||||
CONTAINER_NAME="squashkiwi"
|
||||
|
||||
# Image settings
|
||||
IMAGE_REGISTRY="gitea.jde.nz"
|
||||
IMAGE_REPO="squashkiwi/squashkiwi"
|
||||
IMAGE_TAG="latest"
|
15
templates/squashkiwi/example/service.env
Normal file
15
templates/squashkiwi/example/service.env
Normal file
@ -0,0 +1,15 @@
|
||||
# Service settings
|
||||
TEMPLATE=squashkiwi
|
||||
|
||||
# Application settings
|
||||
CONTAINER_PORT=8181
|
||||
HOST_PORT=80
|
||||
|
||||
# Deployment settings
|
||||
LOCAL_DATA_FOLDER="${HOME}/.sk"
|
||||
CONTAINER_NAME="squashkiwi"
|
||||
|
||||
# Image settings
|
||||
IMAGE_REGISTRY="gitea.jde.nz"
|
||||
IMAGE_REPO="squashkiwi/squashkiwi"
|
||||
IMAGE_TAG="latest"
|
Reference in New Issue
Block a user