###################### 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.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 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=staging #port speficiations SERVER_PORT=8080 PROXY_APP_PORT=8081 PROXY_MS_PORT=8082 POSTGRES_PORT=5432