.
This commit is contained in:
5
.example/servers/localhost/_server.env
Normal file
5
.example/servers/localhost/_server.env
Normal file
@ -0,0 +1,5 @@
|
||||
SSH_ADDRESS=localhost
|
||||
SSH_PORT=22
|
||||
SSH_USER=$(whoami)
|
||||
|
||||
|
16
.example/servers/localhost/squashkiwi.env
Normal file
16
.example/servers/localhost/squashkiwi.env
Normal file
@ -0,0 +1,16 @@
|
||||
# Application settings
|
||||
CONTAINER_PORT=8181
|
||||
HOST_PORT=80
|
||||
|
||||
# Deployment settings
|
||||
DEPLOY_FOLDER="${HOME}/sk/deploy"
|
||||
DATA_FOLDER="${HOME}/sk/data"
|
||||
BACKUP_FOLDER="${HOME}/sk/backups"
|
||||
CONTAINER_NAME="squashkiwi"
|
||||
|
||||
# Image settings
|
||||
IMAGE_REGISTRY="gitea.jde.nz"
|
||||
IMAGE_REPO="squashkiwi/squashkiwi"
|
||||
IMAGE_TAG="latest"
|
||||
|
||||
|
Reference in New Issue
Block a user