remove docs / fix image names on ntf and ant
This commit is contained in:
parent
962ee812bd
commit
ce0e4ba45c
|
@ -11,7 +11,7 @@ ZENODO_APP_TAG=2.1.7
|
||||||
POSTGRES_TAG=16-alpine
|
POSTGRES_TAG=16-alpine
|
||||||
ELK_TAG=8.13.0
|
ELK_TAG=8.13.0
|
||||||
KEYCLOAK_TAG=24.0.2
|
KEYCLOAK_TAG=24.0.2
|
||||||
RABBITMQ_TAG=3.15-management
|
RABBITMQ_TAG=3.13-management
|
||||||
PDF_SERVICE_TAG=8.9.2
|
PDF_SERVICE_TAG=8.9.2
|
||||||
|
|
||||||
#Docker configuration
|
#Docker configuration
|
||||||
|
|
|
@ -1,4 +1,3 @@
|
||||||
##################### KEYCLOAK #########################
|
|
||||||
# DB related configuraation
|
# DB related configuraation
|
||||||
KC_DB=postgres
|
KC_DB=postgres
|
||||||
KC_DB_URL_HOST=opencdmp.postgres
|
KC_DB_URL_HOST=opencdmp.postgres
|
||||||
|
|
|
@ -246,15 +246,6 @@ services:
|
||||||
networks:
|
networks:
|
||||||
- opencdmp-pdf-service-shared-network
|
- opencdmp-pdf-service-shared-network
|
||||||
|
|
||||||
################################# DOCS #################################
|
|
||||||
|
|
||||||
opendmp.docs:
|
|
||||||
cpus: "0.3"
|
|
||||||
mem_limit: 256M
|
|
||||||
restart: unless-stopped
|
|
||||||
expose:
|
|
||||||
- "3000"
|
|
||||||
|
|
||||||
networks:
|
networks:
|
||||||
opencdmp-proxy-network:
|
opencdmp-proxy-network:
|
||||||
name: opencdmp-proxy-network
|
name: opencdmp-proxy-network
|
||||||
|
|
|
@ -35,14 +35,14 @@ services:
|
||||||
|
|
||||||
opencdmp.notification:
|
opencdmp.notification:
|
||||||
container_name: opencdmp.notification
|
container_name: opencdmp.notification
|
||||||
image: ${DOCKER_REGISTRY}open-dmp-notification-api:${NOTIFICATION_APP_TAG}
|
image: ${DOCKER_REGISTRY}java-pomolo-notification-api:${NOTIFICATION_APP_TAG}
|
||||||
depends_on:
|
depends_on:
|
||||||
opencdmp.postgres:
|
opencdmp.postgres:
|
||||||
condition: service_started
|
condition: service_started
|
||||||
|
|
||||||
opencdmp.annotation:
|
opencdmp.annotation:
|
||||||
container_name: opencdmp.annotation
|
container_name: opencdmp.annotation
|
||||||
image: ${DOCKER_REGISTRY}open-dmp-annotation-api:${ANNOTATION_APP_TAG}
|
image: ${DOCKER_REGISTRY}java-pomolo-annotation-api:${ANNOTATION_APP_TAG}
|
||||||
depends_on:
|
depends_on:
|
||||||
opencdmp.postgres:
|
opencdmp.postgres:
|
||||||
condition: service_started
|
condition: service_started
|
||||||
|
|
Loading…
Reference in New Issue