mirror of
https://gitlab.com/psuapp/psu.git
synced 2024-08-30 18:12:34 +00:00
90dde1d9c9
CLUSTER_NAME -> SWARM_NODE_NAME CLUSTER_IP -> SWARM_NODE_IP
28 lines
817 B
Plaintext
28 lines
817 B
Plaintext
#TRACE=true
|
|
|
|
CI_REGISTRY=localhost.com
|
|
CI_PROJECT_NAMESPACE=psuapp
|
|
CI_REGISTRY_IMAGE=localhost.com/psupapp/psu
|
|
CI_REGISTRY_USER=gitlab-ci-token
|
|
CI_REGISTRY_PASSWORD=longalfanumstring
|
|
CI_COMMIT_SHA=ee7ee6556462d46423840dcc49991be630545f60
|
|
#DOCKER_REGISTRY_IMAGE=$DOCKER_REGISTRY/$CI_PROJECT_PATH
|
|
|
|
PSU_IMAGE=localhost.com/psuapp/psu/builds
|
|
PSU_TAG=ee7ee6556462d46423840dcc49991be630545f60
|
|
PSU_TAG_CORE=core-ee7ee6556462d46423840dcc49991be630545f60
|
|
PSU_PASSWORD=portainerAdminPassword
|
|
|
|
TRAEFIK_VERSION="2.4"
|
|
|
|
PORTAINER_IMAGE="portainer/portainer-ce"
|
|
#PORTAINER_IMAGE="portainer/portainer"
|
|
PORTAINER_VERSION=latest
|
|
#PORTAINER_VERSION="2.0.1"
|
|
#PORTAINER_VERSION="1.24.1"
|
|
PORTAINER_COMMAND_OPTIONS=""
|
|
#PORTAINER_COMMAND_OPTIONS=" --no-analytics"
|
|
|
|
SWARM_NODE_NAME=localhost
|
|
SWARM_NODE_IP=$(hostname -I | awk '{ print $1 }')
|