Skip to content

Commit

Permalink
chore: add adminer
Browse files Browse the repository at this point in the history
  • Loading branch information
rorlic committed Aug 8, 2024
1 parent e23a880 commit e82be43
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions load-testing/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -172,3 +172,22 @@ services:
reservations:
cpus: '0.50'
memory: '0.5GB'

adminer:
image: adminer:${ADMINER_TAG:-latest}
container_name: performance_testing_adminer
depends_on:
- ldes-postgres
ports:
- 8085:8080
networks:
- performance_testing
deploy:
resources:
limits:
cpus: '0.25'
memory: '0.25GB'
reservations:
cpus: '0.125'
memory: '0.125GB'

0 comments on commit e82be43

Please sign in to comment.