26 lines
548 B
Bash
26 lines
548 B
Bash
|
###################### GENERAL #########################
|
||
|
#User that is used to deploy the containers
|
||
|
DEPLOY_USER=root
|
||
|
|
||
|
#version selections
|
||
|
PROXY_TAG=mainline-alpine
|
||
|
MAIN_APP_TAG=2.1.3
|
||
|
NOTIFICATION_APP_TAG=2.1.3
|
||
|
ANNOTATION_APP_TAG=2.1.3
|
||
|
DOCX_APP_TAG=0.0.8
|
||
|
JSON_APP_TAG=0.0.6
|
||
|
ZENODO_APP_TAG=2.0.4
|
||
|
ELK_VERSION=8.13.12
|
||
|
KEYCLOAK_TAG=24.0.2
|
||
|
GOTENBERG_TAG=8.4.0
|
||
|
POSTGRES_TAG=16-alpine
|
||
|
|
||
|
#Application configuration
|
||
|
DOCKER_REGISTRY=crepo.cite.gr/
|
||
|
PROFILE=staging
|
||
|
|
||
|
#port speficiations
|
||
|
SERVER_PORT=8080
|
||
|
PROXY_APP_PORT=8081
|
||
|
PROXY_MS_PORT=8082
|
||
|
POSTGRES_PORT=5432
|