Skip to content

Commit

Permalink
chore: use latest images
Browse files Browse the repository at this point in the history
  • Loading branch information
rorlic committed Aug 8, 2024
1 parent 49e32a4 commit e23a880
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions load-testing/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
version: '3.3'

networks:
performance_testing:
name: performance_testing_network
Expand Down Expand Up @@ -92,8 +90,8 @@ services:

load-testing-ldio-workbench:
container_name: performance_testing_ldio-workbench
# image: ghcr.io/informatievlaanderen/ldi-orchestrator:latest
image: ldes/ldi-orchestrator:${LDI_ORCHESTRATOR_TAG:-2.5.1-SNAPSHOT}
image: ghcr.io/informatievlaanderen/ldi-orchestrator:20240801083041
# image: ldes/ldi-orchestrator:${LDI_ORCHESTRATOR_TAG:-2.5.1-SNAPSHOT}
networks:
- performance_testing
ports:
Expand Down Expand Up @@ -145,7 +143,7 @@ services:
# image: ldes/ldes-server:${LDES_SERVER_TAG:-2.10.0-SNAPSHOT} # Telraam
# image: ldes/ldes-server:${LDES_SERVER_TAG:-2.14.0-SNAPSHOT}
# image: ghcr.io/informatievlaanderen/ldes-server:20240405144556
image: ghcr.io/informatievlaanderen/ldes-server:20240726130951
image: ghcr.io/informatievlaanderen/ldes-server:20240806163334
networks:
- performance_testing
ports:
Expand Down

0 comments on commit e23a880

Please sign in to comment.