mirror of
https://gitlab.com/psuapp/psu.git
synced 2024-08-30 18:12:34 +00:00
5275fc78f2
Added: - Test PSU with Portainer CE 2.0.1 API - Test PSU with Portainer CE 2.1.1 API Changed: - Use Docker Compose 1.28.3 instead of Docker Compose 1.26.2 - Use Traefik 2.4 instead of Traefik 2.2 for testing - Upgrade operating system of Docker based images, with Alpine 3.13 Removed: - Test PSU with Portainer 1.22.2 API - Test PSU with Portainer 1.23.2 API
28 lines
811 B
Plaintext
28 lines
811 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"
|
|
|
|
CLUSTER_NAME=localhost
|
|
CLUSTER_IP=$(hostname -I | awk '{ print $1 }')
|