Skip to content

Commit

Permalink
ACS-6146 Switch to latest IDS + use different hotsnames/ips to cover …
Browse files Browse the repository at this point in the history
…non default scenario
  • Loading branch information
pzhyland committed Nov 9, 2023
1 parent 408ed7d commit fc920a4
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion tests/environment/.env
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ MARIADB_TAG=10.6
MSSQL_TAG=2019-CU9-ubuntu-16.04
ORACLE_TAG=19.3.0-ee
ACTIVEMQ_TAG=5.18.2-jre17-rockylinux8
AIMS_TAG=1.8.0
AIMS_TAG=2.0.0
SYNC_SERVICE_TAG=4.0.0
TRANSFORM_ROUTER_TAG=4.0.0
TRANSFORM_CORE_AIO_TAG=5.0.0
Expand Down
10 changes: 5 additions & 5 deletions tests/environment/docker-compose-aims.yml
Original file line number Diff line number Diff line change
Expand Up @@ -109,11 +109,11 @@ services:
alfresco-identity-service:
image: quay.io/alfresco/alfresco-identity-service:${AIMS_TAG}
environment:
- KEYCLOAK_USER=admin
- KEYCLOAK_PASSWORD=admin
- KEYCLOAK_IMPORT=/tmp/alfresco-realm.json
- DB_VENDOR=h2
- KEYCLOAK_ADMIN=admin
- KEYCLOAK_ADMIN_PASSWORD=admin
- KC_DB=dev-mem
command: ["start-dev", "--import-realm", "--http-relative-path=/auth", "--hostname=localhost", "--http-enabled=true"]
volumes:
- ./realms/alfresco-realm.json:/tmp/alfresco-realm.json
- ./realms/alfresco-realm.json:/opt/keycloak/data/import/alfresco-realm.json
ports:
- 8999:8080

0 comments on commit fc920a4

Please sign in to comment.