Skip to content

Commit

Permalink
Core: Add attribute aggregation: Needed for profile development
Browse files Browse the repository at this point in the history
  • Loading branch information
quartje committed Apr 15, 2024
1 parent 742bb86 commit 02f97e4
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions core/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -261,6 +261,23 @@ services:
- "teams"
- "extras"

aa:
image: ghcr.io/openconext/openconext-attribute-aggregation/aa-server:snapshot
environment:
USE_SYSTEM_CA_CERTS: true
networks:
coreconextdev:
volumes:
- ./haproxy/haproxy.crt:/certificates/haproxy.crt
entrypoint: /__cacert_entrypoint.sh
command: "java -jar app.jar --spring.profiles.active=devconf"
hostname: aa.docker
working_dir: /
profiles:
- "teams"
- "extras"
- "php"

pdpserver:
image: ghcr.io/openconext/openconext-pdp/pdp-server:snapshot
environment:
Expand Down

0 comments on commit 02f97e4

Please sign in to comment.