diff --git a/docker-compose-exemplo.yml b/docker-compose-exemplo.yml index 26b6b8e..b4519f7 100644 --- a/docker-compose-exemplo.yml +++ b/docker-compose-exemplo.yml @@ -139,7 +139,7 @@ services: "--quiet", "--tries=1", "--spider", - "http://localhost:3000/api/health", + "${BETTER_AUTH_URL:-http://localhost:3000}/api/health", ] interval: 30s timeout: 10s