Skip to content

Instantly share code, notes, and snippets.

@abjoseph
abjoseph / Hygieia Setup.md
Last active August 15, 2022 19:11
Hygieia Setup w/ Docker-Compose

Install pre-requisites

sudo apt install maven

mkdir -p src/logs

nano ./src/docker-compose.yml #Enter the contents of the docker-compose.yml in this gist
<powershell>
## Execution Identifier: EXZ-TZ-003
Start-Transcript -Path "C:\ADJoin-Script-Execution.log" -Append -Force
# Script parameters
[string]$ADJoinCred = "${AD_Creds_Secret_Name}"
[string]$DnsIPs = "${AD_DNS_IPs}"
class Logger {