Skip to content

Commit

Permalink
Fixing workflow nsacyber#12
Browse files Browse the repository at this point in the history
  • Loading branch information
iadgovuser62 authored Apr 18, 2024
1 parent f63dab8 commit 6fa06fd
Showing 1 changed file with 16 additions and 16 deletions.
32 changes: 16 additions & 16 deletions .ci/docker/docker-compose-system-test.yml
Original file line number Diff line number Diff line change
@@ -1,23 +1,23 @@
services:
# aca:
# image: ghcr.io/nsacyber/hirs/aca:latest
# container_name: hirs-aca1
# volumes:
# - ../../:/HIRS
# ports:
# - "${HIRS_ACA_PORTAL_PORT}:${HIRS_ACA_PORTAL_CONTAINER_PORT}"
# hostname: ${HIRS_ACA_HOSTNAME}
# networks:
# hirs_aca_system_tests:
# ipv4_address: ${HIRS_ACA_PORTAL_IP}
# aliases:
# - ${HIRS_ACA_HOSTNAME}
aca:
image: ghcr.io/nsacyber/hirs/aca:latest
container_name: hirs-aca1
volumes:
- ../../:/HIRS
ports:
- "${HIRS_ACA_PORTAL_PORT}:${HIRS_ACA_PORTAL_CONTAINER_PORT}"
hostname: ${HIRS_ACA_HOSTNAME}
networks:
hirs_aca_system_tests:
ipv4_address: ${HIRS_ACA_PORTAL_IP}
aliases:
- ${HIRS_ACA_HOSTNAME}

tpmprovisioner:
image: ghcr.io/nsacyber/hirs/tpm2provisioner-dotnet-ci:latest
image: ghcr.io/iadgovuser62/hirs/tpm2provisioner-dotnet-ci
container_name: hirs-provisioner1-tpm2
# depends_on:
# - aca
depends_on:
- aca
volumes:
- ../../:/HIRS
environment:
Expand Down

0 comments on commit 6fa06fd

Please sign in to comment.