Skip to content

Commit

Permalink
fix: failing test 31 due to broken image
Browse files Browse the repository at this point in the history
  • Loading branch information
Tomvbe committed Mar 22, 2024
1 parent de1a9fd commit 3427b5c
Showing 1 changed file with 25 additions and 21 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@ services:

provider-connector:
container_name: provider-connector
image: ghcr.io/informatievlaanderen/vsds-dataspace-connector/http-pull:latest
# image: ghcr.io/informatievlaanderen/vsds-dataspace-connector/http-pull:latest
image: vsds-dataspace-connector/http-pull:local
environment:
- EDC_FS_CONFIG=/resources/provider-configuration.properties

Expand All @@ -24,7 +25,8 @@ services:

consumer-connector:
container_name: consumer-connector
image: ghcr.io/informatievlaanderen/vsds-dataspace-connector/http-pull:latest
# image: ghcr.io/informatievlaanderen/vsds-dataspace-connector/http-pull:latest
image: vsds-dataspace-connector/http-pull:local
environment:
- EDC_FS_CONFIG=/resources/consumer-configuration.properties

Expand All @@ -44,8 +46,9 @@ services:
- ldes

federated-authority:
container_name: federated-authority
image: ghcr.io/informatievlaanderen/vsds-dataspace-connector/federated-authority:latest
container_name: connector_federated-authority
image: vsds-dataspace-connector/federated-authority:local
# image: ghcr.io/informatievlaanderen/vsds-dataspace-connector/federated-authority:latest
environment:
- EDC_FS_CONFIG=/resources/authority-configuration.properties
- FCC_DIRECTORY_FILE=/resources/nodes-dc.json
Expand Down Expand Up @@ -91,7 +94,8 @@ services:

ldes-server:
container_name: ${USECASE_NAME:-connector}_ldes-server
image: ${LDES_SERVER:-ghcr.io/informatievlaanderen/ldes-server}:${LDES_SERVER_TAG:-latest}
# image: ${LDES_SERVER:-ghcr.io/informatievlaanderen/ldes-server}:${LDES_SERVER_TAG:-latest}
image: ldes/ldes-server
environment:
- SIS_DATA=/tmp
volumes:
Expand Down Expand Up @@ -123,23 +127,23 @@ services:
networks:
- ldes

nifi-workbench:
image: ghcr.io/informatievlaanderen/ldi-workbench-nifi:latest
container_name: connector_nifi-workbench
environment:
- NIFI_WEB_HTTP_PORT=8000
volumes:
- ../../data/scripts/nifi-env.sh:/opt/nifi/nifi-current/bin/nifi-env.sh:ro
ports:
- 8000:8000
- 8082:8080
networks:
- ldes
profiles:
- delay-started
# nifi-workbench:
# image: ghcr.io/informatievlaanderen/ldi-workbench-nifi:latest
# container_name: connector_nifi-workbench
# environment:
# - NIFI_WEB_HTTP_PORT=8000
# volumes:
# - ../../data/scripts/nifi-env.sh:/opt/nifi/nifi-current/bin/nifi-env.sh:ro
# ports:
# - 8000:8000
# - 8082:8080
# networks:
# - ldes
# profiles:
# - delay-started

ldio-workbench:
image: ghcr.io/informatievlaanderen/ldi-orchestrator:latest
image: ghcr.io/informatievlaanderen/ldi-orchestrator:20240308141921
container_name: connector_ldio-workbench
environment:
- SPRING_CONFIG_NAME=application
Expand All @@ -155,7 +159,7 @@ services:

did-server:
# provides DID Web for connectors
container_name: did-server
container_name: connector_did-server
image: nginx
volumes:
- ./webdid:/usr/share/nginx/html
Expand Down

0 comments on commit 3427b5c

Please sign in to comment.