###################### GENERAL ######################### #User that is used to deploy the containers DEPLOY_USER=1000 DEPLOY_GROUP=1000 #version selections PROXY_TAG=mainline-alpine MAIN_APP_TAG=2.1.8 NOTIFICATION_APP_TAG=2.1.7 ANNOTATION_APP_TAG=2.1.7 DOCX_APP_TAG=0.0.12 JSON_APP_TAG=0.0.8 ZENODO_APP_TAG=2.0.8 POSTGRES_TAG=16-alpine ELK_TAG=8.13.0 KEYCLOAK_TAG=24.0.2 RABBITMQ_TAG=3.13-management GOTENBERG_TAG=8.4.0 #Application configuration DOCKER_REGISTRY=crepo.cite.gr/ PROFILE=test #port speficiations SERVER_PORT=8080 PROXY_APP_PORT=8081 POSTGRES_PORT=5432