Skip to content

Commit

Permalink
Refine for portal service to clarify rp dependency and ensure proper …
Browse files Browse the repository at this point in the history
…startup behavior.

Modified vpn logic again

Added KUBECONFIG to test panic error again

Removed the Kubeconfig veriable
  • Loading branch information
shubhadapaithankar committed Nov 20, 2024
1 parent 9fba902 commit 786576a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ services:
ports:
- "443:443"
healthcheck:
test: ["CMD", "curl", "-sS", "-f", "https://localhost:443"]
test: ["CMD", "pidof", "openvpn"]
start_period: 20s
interval: 20s
timeout: 3s
Expand Down Expand Up @@ -118,7 +118,7 @@ services:
network_mode: host
depends_on:
rp:
condition: service_started
condition: service_healthy
environment:
- RP_MODE
- AZURE_SUBSCRIPTION_ID
Expand Down

0 comments on commit 786576a

Please sign in to comment.