2019-01-07 20:28:53 +00:00
|
|
|
services:
|
2019-01-15 17:46:06 +00:00
|
|
|
aca:
|
2024-05-03 16:40:16 +00:00
|
|
|
image: ghcr.io/nsacyber/hirs/aca-rocky-ci:latest
|
2021-11-16 21:51:42 +00:00
|
|
|
container_name: hirs-aca1
|
2019-01-15 17:46:06 +00:00
|
|
|
volumes:
|
|
|
|
- ../../:/HIRS
|
2024-05-03 16:40:16 +00:00
|
|
|
command: ["bash", "-c", "tail -f /dev/null;"]
|
2019-01-15 17:46:06 +00:00
|
|
|
ports:
|
|
|
|
- "${HIRS_ACA_PORTAL_PORT}:${HIRS_ACA_PORTAL_CONTAINER_PORT}"
|
2019-02-04 19:26:54 +00:00
|
|
|
hostname: ${HIRS_ACA_HOSTNAME}
|
2019-01-15 17:46:06 +00:00
|
|
|
networks:
|
|
|
|
hirs_aca_system_tests:
|
|
|
|
ipv4_address: ${HIRS_ACA_PORTAL_IP}
|
2019-02-04 19:26:54 +00:00
|
|
|
aliases:
|
2024-05-01 18:20:51 +00:00
|
|
|
- ${HIRS_ACA_HOSTNAME}
|
2019-01-15 17:46:06 +00:00
|
|
|
|
2019-02-04 19:26:54 +00:00
|
|
|
tpmprovisioner:
|
2024-05-01 18:20:51 +00:00
|
|
|
image: ghcr.io/nsacyber/hirs/tpm2provisioner-dotnet-ci:latest
|
2021-11-16 21:51:42 +00:00
|
|
|
container_name: hirs-provisioner1-tpm2
|
2019-01-15 17:46:06 +00:00
|
|
|
depends_on:
|
2019-02-04 19:26:54 +00:00
|
|
|
- aca
|
2019-01-15 17:46:06 +00:00
|
|
|
volumes:
|
|
|
|
- ../../:/HIRS
|
2024-05-01 18:20:51 +00:00
|
|
|
command: ["bash", "-c", "tail -f /dev/null;"]
|
2019-01-15 17:46:06 +00:00
|
|
|
networks:
|
|
|
|
hirs_aca_system_tests:
|
2021-11-16 21:51:42 +00:00
|
|
|
ipv4_address: ${HIRS_ACA_PROVISIONER_TPM2_IP}
|
2019-01-15 17:46:06 +00:00
|
|
|
|
|
|
|
networks:
|
|
|
|
hirs_aca_system_tests:
|
2019-02-04 19:26:54 +00:00
|
|
|
driver: bridge
|
2019-01-15 17:46:06 +00:00
|
|
|
ipam:
|
|
|
|
driver: default
|
|
|
|
config:
|
2024-05-01 18:20:51 +00:00
|
|
|
- subnet: ${HIRS_SUBNET}
|