Skip to content

Commit de94fa1

Browse files
authored
Fully remove NGROK health check (#3091)
Signed-off-by: timbl-ont <tim.bloomfield@ontario.ca>
1 parent 28f0af8 commit de94fa1

2 files changed

Lines changed: 2 additions & 9 deletions

File tree

oid4vc/demo/.env.example

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
NGROK_AUTHTOKEN=your-ngrok-authtoken
2-
AUTHSERVER_NGROK_URL= # your custom ngrok domain for auth server, e.g. https://auth.yourdomain.com
32
ADMIN_MANAGE_AUTH_TOKEN=adminsecrettoken
43
ADMIN_INTERNAL_AUTH_TOKEN=admininternaltoken # match TENANT_INTERNAL_AUTH_TOKEN
54
TENANT_INTERNAL_AUTH_TOKEN=admininternaltoken # match ADMIN_INTERNAL_AUTH_TOKEN
5+
#Optional if you have a static AuthServer URL e.g. https://auth.yourdomain.com
6+
#AUTHSERVER_NGROK_URL=

oid4vc/demo/docker-compose.yaml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -98,8 +98,6 @@ services:
9898
depends_on:
9999
webhook-listener:
100100
condition: service_started
101-
ngrok:
102-
condition: service_healthy
103101
auth-server:
104102
condition: service_healthy
105103

@@ -120,12 +118,6 @@ services:
120118
environment:
121119
- NGROK_AUTHTOKEN=${NGROK_AUTHTOKEN}
122120
command: ["start", "--all", "--config", "/etc/ngrok.yml"]
123-
healthcheck:
124-
test: ["CMD", "sh", "-c", "exec 3<>/dev/tcp/localhost/4040"]
125-
interval: 3s
126-
timeout: 3s
127-
start_period: 5s
128-
retries: 5
129121

130122
demo-app:
131123
build:

0 commit comments

Comments
 (0)