Skip to content

Commit

Permalink
Fix file name
Browse files Browse the repository at this point in the history
  • Loading branch information
JohannesLichtenberger committed Jul 14, 2024
1 parent 5f4baf6 commit dc5a7fd
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 9 deletions.
7 changes: 4 additions & 3 deletions tests/resources/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ services:
--import-realm
--http-relative-path=/
--hostname-strict=false
--proxy=edge
networks:
- auth-network
healthcheck:
Expand All @@ -30,9 +29,11 @@ services:
ports:
- 9443:9443
restart: always
depends_on:
keycloak:
condition: service_healthy
volumes:
- /opt/sirix/sirix-data:/opt/sirix/sirix-data
- ./sirix-conf.json:/opt/sirix/sirix-conf.json
- ./sirix-docker-conf.json:/opt/sirix/sirix-docker-conf.json
- ./logback-test.xml:/opt/sirix/sirix-data/logback-test.xml
networks:
- auth-network
Expand Down
6 changes: 0 additions & 6 deletions tests/resources/sirix-conf.json

This file was deleted.

0 comments on commit dc5a7fd

Please sign in to comment.