fix notification json url
This commit is contained in:
parent
d0d234da23
commit
3350bb1835
|
@ -3,7 +3,7 @@ notification:
|
||||||
fields:
|
fields:
|
||||||
- key: "{installation-url}"
|
- key: "{installation-url}"
|
||||||
type: "String"
|
type: "String"
|
||||||
value: "http://localhost:4200"
|
value: "http://host.docker.internal:8081"
|
||||||
resolver:
|
resolver:
|
||||||
global-policies:
|
global-policies:
|
||||||
- #dmpInvitationExternalUser
|
- #dmpInvitationExternalUser
|
||||||
|
|
|
@ -229,7 +229,7 @@ services:
|
||||||
env_file:
|
env_file:
|
||||||
- ${CONFIG_FILES_PATH}/rabbitmq/rabbitmq.env
|
- ${CONFIG_FILES_PATH}/rabbitmq/rabbitmq.env
|
||||||
volumes:
|
volumes:
|
||||||
- ${CONFIG_FILES_PATH}/rabbitmq/rabbitmq.conf:/etc/rabbitmq/rabbitmq.conf:ro
|
- ${CONFIG_FILES_PATH}/rabbitmq/rabbitmq.conf:/etc/rabbitmq/rabbitmq.conf:ro
|
||||||
networks:
|
networks:
|
||||||
- opencdmp-rabbitmq-shared-network
|
- opencdmp-rabbitmq-shared-network
|
||||||
|
|
||||||
|
|
|
@ -49,7 +49,7 @@ services:
|
||||||
opencdmp.backend:
|
opencdmp.backend:
|
||||||
condition: service_started
|
condition: service_started
|
||||||
|
|
||||||
# # ############################## FILE-TRANSFORMERS #######################################
|
############################## FILE-TRANSFORMERS #######################################
|
||||||
|
|
||||||
opencdmp.file.transformer.docx:
|
opencdmp.file.transformer.docx:
|
||||||
container_name: opencdmp.file.transformer.docx
|
container_name: opencdmp.file.transformer.docx
|
||||||
|
@ -65,7 +65,7 @@ services:
|
||||||
opencdmp.backend:
|
opencdmp.backend:
|
||||||
condition: service_started
|
condition: service_started
|
||||||
|
|
||||||
# ################################ ZENODO ###############################################
|
################################ ZENODO ###############################################
|
||||||
opencdmp.zenodo:
|
opencdmp.zenodo:
|
||||||
container_name: opencdmp.zenodo
|
container_name: opencdmp.zenodo
|
||||||
image: ${DOCKER_REGISTRY}repository-deposit-zenodo:${ZENODO_APP_TAG}
|
image: ${DOCKER_REGISTRY}repository-deposit-zenodo:${ZENODO_APP_TAG}
|
||||||
|
|
Loading…
Reference in New Issue