fix notification json url

This commit is contained in:
Alexandros Mandilaras 2024-09-20 16:33:02 +03:00
parent d0d234da23
commit 3350bb1835
3 changed files with 4 additions and 4 deletions

View File

@ -3,7 +3,7 @@ notification:
fields:
- key: "{installation-url}"
type: "String"
value: "http://localhost:4200"
value: "http://host.docker.internal:8081"
resolver:
global-policies:
- #dmpInvitationExternalUser

View File

@ -229,7 +229,7 @@ services:
env_file:
- ${CONFIG_FILES_PATH}/rabbitmq/rabbitmq.env
volumes:
- ${CONFIG_FILES_PATH}/rabbitmq/rabbitmq.conf:/etc/rabbitmq/rabbitmq.conf:ro
- ${CONFIG_FILES_PATH}/rabbitmq/rabbitmq.conf:/etc/rabbitmq/rabbitmq.conf:ro
networks:
- opencdmp-rabbitmq-shared-network

View File

@ -49,7 +49,7 @@ services:
opencdmp.backend:
condition: service_started
# # ############################## FILE-TRANSFORMERS #######################################
############################## FILE-TRANSFORMERS #######################################
opencdmp.file.transformer.docx:
container_name: opencdmp.file.transformer.docx
@ -65,7 +65,7 @@ services:
opencdmp.backend:
condition: service_started
# ################################ ZENODO ###############################################
################################ ZENODO ###############################################
opencdmp.zenodo:
container_name: opencdmp.zenodo
image: ${DOCKER_REGISTRY}repository-deposit-zenodo:${ZENODO_APP_TAG}